|
dragoon
4383
|
Macros | |
| #define | SOC_SVC_BASE (0x20) |
| The number of the lowest SVC number reserved for the SoC library. More... | |
| #define | SOC_SVC_BASE_NOT_AVAILABLE (0x2B) |
| #define | NRF_RADIO_NOTIFICATION_INACTIVE_GUARANTEED_TIME_US (62) |
| Guaranteed time for application to process radio inactive notification. | |
| #define | NRF_RADIO_MINIMUM_TIMESLOT_LENGTH_EXTENSION_TIME_US (200) |
| The minimum allowed timeslot extension time. | |
| #define | SOC_ECB_KEY_LENGTH (16) |
| #define | SOC_ECB_CLEARTEXT_LENGTH (16) |
| #define | SOC_ECB_CIPHERTEXT_LENGTH (SOC_ECB_CLEARTEXT_LENGTH) |
| #define | SD_EVT_IRQn (SWI2_EGU2_IRQn) |
| #define | SD_EVT_IRQHandler (SWI2_EGU2_IRQHandler) |
| #define | RADIO_NOTIFICATION_IRQn (SWI1_EGU1_IRQn) |
| #define | RADIO_NOTIFICATION_IRQHandler (SWI1_EGU1_IRQHandler) |
| #define | NRF_RADIO_LENGTH_MIN_US (100) |
| #define | NRF_RADIO_LENGTH_MAX_US (100000) |
| #define | NRF_RADIO_DISTANCE_MAX_US (128000000UL - 1UL) |
| #define | NRF_RADIO_EARLIEST_TIMEOUT_MAX_US (128000000UL - 1UL) |
| #define | NRF_RADIO_START_JITTER_US (2) |
| #define NRF_RADIO_DISTANCE_MAX_US (128000000UL - 1UL) |
The longest timeslot distance, in microseconds, allowed for the distance parameter (see nrf_radio_request_normal_t) in the request.
| #define NRF_RADIO_EARLIEST_TIMEOUT_MAX_US (128000000UL - 1UL) |
| #define NRF_RADIO_LENGTH_MAX_US (100000) |
| #define NRF_RADIO_LENGTH_MIN_US (100) |
| #define NRF_RADIO_START_JITTER_US (2) |
The maximum jitter in NRF_RADIO_CALLBACK_SIGNAL_TYPE_START relative to the requested start time.
| #define RADIO_NOTIFICATION_IRQHandler (SWI1_EGU1_IRQHandler) |
| #define RADIO_NOTIFICATION_IRQn (SWI1_EGU1_IRQn) |
| #define SD_EVT_IRQHandler (SWI2_EGU2_IRQHandler) |
| #define SD_EVT_IRQn (SWI2_EGU2_IRQn) |
| #define SOC_ECB_CIPHERTEXT_LENGTH (SOC_ECB_CLEARTEXT_LENGTH) |
| #define SOC_ECB_CLEARTEXT_LENGTH (16) |
| #define SOC_SVC_BASE (0x20) |