S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
Loading...
Searching...
No Matches
Structures

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 timeslot request. More...
 
struct  nrf_radio_request_t
 Radio timeslot 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...
 
struct  nrf_ecb_hal_data_block_t
 AES ECB block. Used to provide multiple blocks in a single call to sd_ecb_blocks_encrypt. More...
 

Typedefs

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 timeslot signal callback type.
 
typedef uint8_t soc_ecb_key_t[(16)]
 AES ECB parameter typedefs.
 
typedef uint8_t soc_ecb_cleartext_t[(16)]
 
typedef uint8_t soc_ecb_ciphertext_t[((16))]
 

Detailed Description