S115 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches

Macros

#define SOC_SVC_BASE   (0x20)
 The number of the lowest SVC number reserved for the SoC library.
 
#define SOC_SVC_BASE_NOT_AVAILABLE   (0x2D)
 
#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 NRF_RADIO_MAX_EXTENSION_PROCESSING_TIME_US   (25)
 The maximum processing time to handle a timeslot extension.
 
#define NRF_RADIO_MIN_EXTENSION_MARGIN_US   (87)
 The latest time before the end of a timeslot the timeslot can be extended.
 
#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   (SWI01_IRQn)
 
#define SD_EVT_IRQHandler   (SWI01_IRQHandler)
 
#define RADIO_NOTIFICATION_IRQn   (SWI02_IRQn)
 
#define RADIO_NOTIFICATION_IRQHandler   (SWI02_IRQHandler)
 
#define SD_EVT_IRQ_PRI   (6)
 
#define RADIO_NOTIFICATION_IRQ_PRI   (6)
 
#define NRF_RADIO_LENGTH_MIN_US   (100)
 
#define NRF_RADIO_LENGTH_MAX_US   (100000)
 
#define NRF_RADIO_DISTANCE_MAX_US   (256000000UL - 1UL)
 
#define NRF_RADIO_EARLIEST_TIMEOUT_MAX_US   (256000000UL - 1UL)
 
#define NRF_RADIO_START_JITTER_US   (0)
 
#define SD_RAND_SEED_SIZE   (32)
 

Detailed Description