nRF51 SDK - S120 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Macros

#define SOC_SVC_BASE   0x20
 The number of the lowest SVC number reserved for the SoC library.
 
#define SOC_SVC_BASE_NOT_AVAILABLE   0x23
 
#define NRF_RADIO_NOTIFICATION_INACTIVE_GUARANTEED_TIME_US   (62)
 Guranteed time for application to process radio inactive notification.
 
#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_IRQn)
 
#define SD_EVT_IRQHandler   (SWI2_IRQHandler)
 
#define RADIO_NOTIFICATION_IRQn   (SWI1_IRQn)
 
#define RADIO_NOTIFICATION_IRQHandler   (SWI1_IRQHandler)
 

Detailed Description

Macro Definition Documentation

#define RADIO_NOTIFICATION_IRQHandler   (SWI1_IRQHandler)

The radio notification IRQ handler.

#define RADIO_NOTIFICATION_IRQn   (SWI1_IRQn)

The radio notification IRQ number.

#define SD_EVT_IRQHandler   (SWI2_IRQHandler)

SoftDevice Event IRQ handler. Used for both protocol events and SoC events.

#define SD_EVT_IRQn   (SWI2_IRQn)

SoftDevice Event IRQ number. Used for both protocol events and SoC events.

#define SOC_ECB_CIPHERTEXT_LENGTH   (SOC_ECB_CLEARTEXT_LENGTH)

ECB ciphertext length.

#define SOC_ECB_CLEARTEXT_LENGTH   (16)

ECB cleartext length.

#define SOC_ECB_KEY_LENGTH   (16)

ECB key length.