nRF51 SDK - S110 SoftDevice
|
Data Structures | |
struct | nrf_radio_request_earliest_t |
Parameters for a request for a timeslot as early as possible. More... | |
struct | nrf_radio_request_normal_t |
Parameters for a normal radio request. More... | |
struct | nrf_radio_request_t |
Radio request parameters. More... | |
struct | nrf_radio_signal_callback_return_param_t |
Return parameters of the radio timeslot signal callback. More... | |
struct | nrf_ecb_hal_data_t |
AES ECB data structure. More... | |
Typedefs | |
typedef volatile uint8_t | nrf_mutex_t |
Represents a mutex for use with the nrf_mutex functions. More... | |
typedef uint8_t | nrf_app_irq_priority_t |
The interrupt priorities available to the application while the softdevice is active. | |
typedef uint8_t | nrf_power_mode_t |
Represents a power mode, used in power mode functions. | |
typedef uint8_t | nrf_power_failure_threshold_t |
Represents a power failure threshold value. | |
typedef uint32_t | nrf_power_dcdc_mode_t |
Represents a DCDC mode value. | |
typedef uint8_t | nrf_radio_notification_distance_t |
Radio notification distances. | |
typedef uint8_t | nrf_radio_notification_type_t |
Radio notification types. | |
typedef nrf_radio_signal_callback_return_param_t *(* | nrf_radio_signal_callback_t )(uint8_t signal_type) |
The radio signal callback type. More... | |
Enumerations | |
enum | NRF_SOC_SVCS { SD_FLASH_PAGE_ERASE = (0x20), SD_FLASH_WRITE, SD_FLASH_PROTECT, SD_MUTEX_NEW = (0x23), SD_MUTEX_ACQUIRE, SD_MUTEX_RELEASE, SD_NVIC_ENABLEIRQ, SD_NVIC_DISABLEIRQ, SD_NVIC_GETPENDINGIRQ, SD_NVIC_SETPENDINGIRQ, SD_NVIC_CLEARPENDINGIRQ, SD_NVIC_SETPRIORITY, SD_NVIC_GETPRIORITY, SD_NVIC_SYSTEMRESET, SD_NVIC_CRITICAL_REGION_ENTER, SD_NVIC_CRITICAL_REGION_EXIT, SD_RAND_APPLICATION_POOL_CAPACITY, SD_RAND_APPLICATION_BYTES_AVAILABLE, SD_RAND_APPLICATION_GET_VECTOR, SD_POWER_MODE_SET, SD_POWER_SYSTEM_OFF, SD_POWER_RESET_REASON_GET, SD_POWER_RESET_REASON_CLR, SD_POWER_POF_ENABLE, SD_POWER_POF_THRESHOLD_SET, SD_POWER_RAMON_SET, SD_POWER_RAMON_CLR, SD_POWER_RAMON_GET, SD_POWER_GPREGRET_SET, SD_POWER_GPREGRET_CLR, SD_POWER_GPREGRET_GET, SD_POWER_DCDC_MODE_SET, SD_APP_EVT_WAIT, SD_CLOCK_HFCLK_REQUEST, SD_CLOCK_HFCLK_RELEASE, SD_CLOCK_HFCLK_IS_RUNNING, SD_PPI_CHANNEL_ENABLE_GET, SD_PPI_CHANNEL_ENABLE_SET, SD_PPI_CHANNEL_ENABLE_CLR, SD_PPI_CHANNEL_ASSIGN, SD_PPI_GROUP_TASK_ENABLE, SD_PPI_GROUP_TASK_DISABLE, SD_PPI_GROUP_ASSIGN, SD_PPI_GROUP_GET, SD_RADIO_NOTIFICATION_CFG_SET, SD_ECB_BLOCK_ENCRYPT, SD_RADIO_SESSION_OPEN, SD_RADIO_SESSION_CLOSE, SD_RADIO_REQUEST, SD_EVT_GET, SD_TEMP_GET, SVC_SOC_LAST } |
The SVC numbers used by the SVC functions in the SoC library. | |
enum | NRF_MUTEX_VALUES { NRF_MUTEX_FREE, NRF_MUTEX_TAKEN } |
Possible values of a nrf_mutex_t. | |
enum | NRF_APP_PRIORITIES { NRF_APP_PRIORITY_HIGH = 1, NRF_APP_PRIORITY_LOW = 3 } |
Possible values of nrf_app_irq_priority_t. | |
enum | NRF_POWER_MODES { NRF_POWER_MODE_CONSTLAT, NRF_POWER_MODE_LOWPWR } |
Possible values of nrf_power_mode_t. More... | |
enum | NRF_POWER_THRESHOLDS { NRF_POWER_THRESHOLD_V21, NRF_POWER_THRESHOLD_V23, NRF_POWER_THRESHOLD_V25, NRF_POWER_THRESHOLD_V27 } |
Possible values of nrf_power_failure_threshold_t. More... | |
enum | NRF_POWER_DCDC_MODES { NRF_POWER_DCDC_MODE_OFF, NRF_POWER_DCDC_MODE_ON, NRF_POWER_DCDC_MODE_AUTOMATIC } |
Possible values of nrf_power_dcdc_mode_t. More... | |
enum | NRF_RADIO_NOTIFICATION_DISTANCES { NRF_RADIO_NOTIFICATION_DISTANCE_NONE = 0, NRF_RADIO_NOTIFICATION_DISTANCE_800US, NRF_RADIO_NOTIFICATION_DISTANCE_1740US, NRF_RADIO_NOTIFICATION_DISTANCE_2680US, NRF_RADIO_NOTIFICATION_DISTANCE_3620US, NRF_RADIO_NOTIFICATION_DISTANCE_4560US, NRF_RADIO_NOTIFICATION_DISTANCE_5500US } |
Possible values of nrf_radio_notification_distance_t. More... | |
enum | NRF_RADIO_NOTIFICATION_TYPES { NRF_RADIO_NOTIFICATION_TYPE_NONE = 0, NRF_RADIO_NOTIFICATION_TYPE_INT_ON_ACTIVE, NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE, NRF_RADIO_NOTIFICATION_TYPE_INT_ON_BOTH } |
Possible values of nrf_radio_notification_type_t. More... | |
enum | NRF_SOC_EVTS { NRF_EVT_HFCLKSTARTED, NRF_EVT_POWER_FAILURE_WARNING, NRF_EVT_FLASH_OPERATION_SUCCESS, NRF_EVT_FLASH_OPERATION_ERROR, NRF_EVT_RADIO_BLOCKED, NRF_EVT_RADIO_CANCELED, NRF_EVT_RADIO_SIGNAL_CALLBACK_INVALID_RETURN, NRF_EVT_RADIO_SESSION_IDLE, NRF_EVT_RADIO_SESSION_CLOSED, NRF_EVT_NUMBER_OF_EVTS } |
SoC Events. More... | |
enum | NRF_RADIO_CALLBACK_SIGNAL_TYPE { NRF_RADIO_CALLBACK_SIGNAL_TYPE_START, NRF_RADIO_CALLBACK_SIGNAL_TYPE_TIMER0, NRF_RADIO_CALLBACK_SIGNAL_TYPE_RADIO, NRF_RADIO_CALLBACK_SIGNAL_TYPE_EXTEND_FAILED, NRF_RADIO_CALLBACK_SIGNAL_TYPE_EXTEND_SUCCEEDED } |
The Radio signal callback types. More... | |
enum | NRF_RADIO_SIGNAL_CALLBACK_ACTION { NRF_RADIO_SIGNAL_CALLBACK_ACTION_NONE, NRF_RADIO_SIGNAL_CALLBACK_ACTION_EXTEND, NRF_RADIO_SIGNAL_CALLBACK_ACTION_END, NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END } |
The actions requested by the signal callback. More... | |
enum | NRF_RADIO_HFCLK_CFG { NRF_RADIO_HFCLK_CFG_DEFAULT, NRF_RADIO_HFCLK_CFG_FORCE_XTAL } |
Radio timeslot high frequency clock source configuration. More... | |
enum | NRF_RADIO_PRIORITY { NRF_RADIO_PRIORITY_HIGH, NRF_RADIO_PRIORITY_NORMAL } |
Radio timeslot priorities. More... | |
enum | NRF_RADIO_REQUEST_TYPE { NRF_RADIO_REQ_TYPE_EARLIEST, NRF_RADIO_REQ_TYPE_NORMAL } |
Radio timeslot request type. More... | |
typedef volatile uint8_t nrf_mutex_t |
Represents a mutex for use with the nrf_mutex functions.
typedef nrf_radio_signal_callback_return_param_t*(* nrf_radio_signal_callback_t)(uint8_t signal_type) |
The radio signal callback type.
[in] | signal_type | Type of signal, see NRF_RADIO_CALLBACK_SIGNAL_TYPE. |
enum NRF_POWER_DCDC_MODES |
Possible values of nrf_power_dcdc_mode_t.
Enumerator | |
---|---|
NRF_POWER_DCDC_MODE_OFF |
The DCDC is always off. |
NRF_POWER_DCDC_MODE_ON |
The DCDC is always on. |
NRF_POWER_DCDC_MODE_AUTOMATIC |
The DCDC is automatically managed. |
enum NRF_POWER_MODES |
Possible values of nrf_power_mode_t.
Enumerator | |
---|---|
NRF_POWER_MODE_CONSTLAT |
Constant latency mode. See power management in the reference manual. |
NRF_POWER_MODE_LOWPWR |
Low power mode. See power management in the reference manual. |
enum NRF_POWER_THRESHOLDS |
Possible values of nrf_power_failure_threshold_t.
The Radio signal callback types.
enum NRF_RADIO_HFCLK_CFG |
Radio timeslot high frequency clock source configuration.
Possible values of nrf_radio_notification_distance_t.
Possible values of nrf_radio_notification_type_t.
enum NRF_RADIO_PRIORITY |
The actions requested by the signal callback.
This code gives the SOC instructions about what action to take when the signal callback has returned.
enum NRF_SOC_EVTS |
SoC Events.