|
enum | {
__RAL_WC_ALNUM = 1,
__RAL_WC_ALPHA,
__RAL_WC_CNTRL,
__RAL_WC_DIGIT,
__RAL_WC_GRAPH,
__RAL_WC_LOWER,
__RAL_WC_UPPER,
__RAL_WC_SPACE,
__RAL_WC_PRINT,
__RAL_WC_PUNCT,
__RAL_WC_BLANK,
__RAL_WC_XDIGIT
} |
|
enum | { __RAL_WT_TOLOWER = 1,
__RAL_WT_TOUPPER
} |
|
enum | IRQn_Type {
Reset_IRQn = -15,
NonMaskableInt_IRQn = -14,
HardFault_IRQn = -13,
MemoryManagement_IRQn = -12,
BusFault_IRQn = -11,
UsageFault_IRQn = -10,
SVCall_IRQn = -5,
DebugMonitor_IRQn = -4,
PendSV_IRQn = -2,
SysTick_IRQn = -1,
POWER_CLOCK_IRQn = 0,
RADIO_IRQn = 1,
UARTE0_UART0_IRQn = 2,
SPIM0_SPIS0_TWIM0_TWIS0_SPI0_TWI0_IRQn = 3,
SPIM1_SPIS1_TWIM1_TWIS1_SPI1_TWI1_IRQn = 4,
NFCT_IRQn = 5,
GPIOTE_IRQn = 6,
SAADC_IRQn = 7,
TIMER0_IRQn = 8,
TIMER1_IRQn = 9,
TIMER2_IRQn = 10,
RTC0_IRQn = 11,
TEMP_IRQn = 12,
RNG_IRQn = 13,
ECB_IRQn = 14,
CCM_AAR_IRQn = 15,
WDT_IRQn = 16,
RTC1_IRQn = 17,
QDEC_IRQn = 18,
COMP_LPCOMP_IRQn = 19,
SWI0_EGU0_IRQn = 20,
SWI1_EGU1_IRQn = 21,
SWI2_EGU2_IRQn = 22,
SWI3_EGU3_IRQn = 23,
SWI4_EGU4_IRQn = 24,
SWI5_EGU5_IRQn = 25,
TIMER3_IRQn = 26,
TIMER4_IRQn = 27,
PWM0_IRQn = 28,
PDM_IRQn = 29,
MWU_IRQn = 32,
PWM1_IRQn = 33,
PWM2_IRQn = 34,
SPIM2_SPIS2_SPI2_IRQn = 35,
RTC2_IRQn = 36,
I2S_IRQn = 37,
FPU_IRQn = 38
} |
|
enum | nrfx_drv_state_t { NRFX_DRV_STATE_UNINITIALIZED,
NRFX_DRV_STATE_INITIALIZED,
NRFX_DRV_STATE_POWERED_ON
} |
|
enum | NRF_MBR_SVCS { SD_MBR_COMMAND = (0x18)
} |
|
enum | NRF_MBR_COMMANDS {
SD_MBR_COMMAND_COPY_BL,
SD_MBR_COMMAND_COPY_SD,
SD_MBR_COMMAND_INIT_SD,
SD_MBR_COMMAND_COMPARE,
SD_MBR_COMMAND_VECTOR_TABLE_BASE_SET,
SD_MBR_COMMAND_RESERVED,
SD_MBR_COMMAND_IRQ_FORWARD_ADDRESS_SET
} |
|
enum | { UNIT_0_625_MS = 625,
UNIT_1_25_MS = 1250,
UNIT_10_MS = 10000
} |
|
enum | NRF_SOC_SVCS {
SD_PPI_CHANNEL_ENABLE_GET = (0x20),
SD_PPI_CHANNEL_ENABLE_SET = (0x20) + 1,
SD_PPI_CHANNEL_ENABLE_CLR = (0x20) + 2,
SD_PPI_CHANNEL_ASSIGN = (0x20) + 3,
SD_PPI_GROUP_TASK_ENABLE = (0x20) + 4,
SD_PPI_GROUP_TASK_DISABLE = (0x20) + 5,
SD_PPI_GROUP_ASSIGN = (0x20) + 6,
SD_PPI_GROUP_GET = (0x20) + 7,
SD_FLASH_PAGE_ERASE = (0x20) + 8,
SD_FLASH_WRITE = (0x20) + 9,
SD_FLASH_PROTECT = (0x20) + 10,
SD_PROTECTED_REGISTER_WRITE = (0x20) + 11,
SD_MUTEX_NEW = (0x2C),
SD_MUTEX_ACQUIRE = (0x2C) + 1,
SD_MUTEX_RELEASE = (0x2C) + 2,
SD_RAND_APPLICATION_POOL_CAPACITY_GET = (0x2C) + 3,
SD_RAND_APPLICATION_BYTES_AVAILABLE_GET = (0x2C) + 4,
SD_RAND_APPLICATION_VECTOR_GET = (0x2C) + 5,
SD_POWER_MODE_SET = (0x2C) + 6,
SD_POWER_SYSTEM_OFF = (0x2C) + 7,
SD_POWER_RESET_REASON_GET = (0x2C) + 8,
SD_POWER_RESET_REASON_CLR = (0x2C) + 9,
SD_POWER_POF_ENABLE = (0x2C) + 10,
SD_POWER_POF_THRESHOLD_SET = (0x2C) + 11,
SD_POWER_RAM_POWER_SET = (0x2C) + 13,
SD_POWER_RAM_POWER_CLR = (0x2C) + 14,
SD_POWER_RAM_POWER_GET = (0x2C) + 15,
SD_POWER_GPREGRET_SET = (0x2C) + 16,
SD_POWER_GPREGRET_CLR = (0x2C) + 17,
SD_POWER_GPREGRET_GET = (0x2C) + 18,
SD_POWER_DCDC_MODE_SET = (0x2C) + 19,
SD_APP_EVT_WAIT = (0x2C) + 21,
SD_CLOCK_HFCLK_REQUEST = (0x2C) + 22,
SD_CLOCK_HFCLK_RELEASE = (0x2C) + 23,
SD_CLOCK_HFCLK_IS_RUNNING = (0x2C) + 24,
SD_RADIO_NOTIFICATION_CFG_SET = (0x2C) + 25,
SD_ECB_BLOCK_ENCRYPT = (0x2C) + 26,
SD_ECB_BLOCKS_ENCRYPT = (0x2C) + 27,
SD_RADIO_SESSION_OPEN = (0x2C) + 28,
SD_RADIO_SESSION_CLOSE = (0x2C) + 29,
SD_RADIO_REQUEST = (0x2C) + 30,
SD_EVT_GET = (0x2C) + 31,
SD_TEMP_GET = (0x2C) + 32,
SVC_SOC_LAST = (0x2C) + 37
} |
|
enum | NRF_MUTEX_VALUES { NRF_MUTEX_FREE,
NRF_MUTEX_TAKEN
} |
|
enum | NRF_POWER_MODES { NRF_POWER_MODE_CONSTLAT,
NRF_POWER_MODE_LOWPWR
} |
|
enum | NRF_POWER_THRESHOLDS {
NRF_POWER_THRESHOLD_V17 = 4UL,
NRF_POWER_THRESHOLD_V18,
NRF_POWER_THRESHOLD_V19,
NRF_POWER_THRESHOLD_V20,
NRF_POWER_THRESHOLD_V21,
NRF_POWER_THRESHOLD_V22,
NRF_POWER_THRESHOLD_V23,
NRF_POWER_THRESHOLD_V24,
NRF_POWER_THRESHOLD_V25,
NRF_POWER_THRESHOLD_V26,
NRF_POWER_THRESHOLD_V27,
NRF_POWER_THRESHOLD_V28
} |
|
enum | NRF_POWER_DCDC_MODES { NRF_POWER_DCDC_DISABLE,
NRF_POWER_DCDC_ENABLE
} |
|
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
} |
|
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
} |
|
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
} |
|
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
} |
|
enum | NRF_RADIO_HFCLK_CFG { NRF_RADIO_HFCLK_CFG_XTAL_GUARANTEED,
NRF_RADIO_HFCLK_CFG_NO_GUARANTEE
} |
|
enum | NRF_RADIO_PRIORITY { NRF_RADIO_PRIORITY_HIGH,
NRF_RADIO_PRIORITY_NORMAL
} |
|
enum | NRF_RADIO_REQUEST_TYPE { NRF_RADIO_REQ_TYPE_EARLIEST,
NRF_RADIO_REQ_TYPE_NORMAL
} |
|
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
} |
|
enum | app_irq_priority_t {
APP_IRQ_PRIORITY_HIGHEST = 2,
APP_IRQ_PRIORITY_HIGH = 2,
APP_IRQ_PRIORITY_MID = 3,
APP_IRQ_PRIORITY_LOW_MID = 5,
APP_IRQ_PRIORITY_LOW = 6,
APP_IRQ_PRIORITY_LOWEST = 7,
APP_IRQ_PRIORITY_THREAD = 15
} |
|
enum | app_level_t { APP_LEVEL_UNPRIVILEGED,
APP_LEVEL_PRIVILEGED
} |
|
enum | nrf_drv_uart_evt_type_t { NRF_DRV_UART_EVT_TX_DONE,
NRF_DRV_UART_EVT_RX_DONE,
NRF_DRV_UART_EVT_ERROR
} |
|
|
const __RAL_locale_t * | __user_find_locale (const char *locale) |
|
const __RAL_locale_t * | __RAL_find_locale (const char *locale) |
|
const __RAL_locale_t * | __RAL_global_locale_category (int __category) |
|
const __RAL_locale_t * | __RAL_locale_category (__locale_t __locale, int __category) |
|
const char * | __RAL_string_list_decode (const char *str, int index) |
|
int | __RAL_string_list_encode (const char *list, const char *str) |
|
void | __RAL_init_mbstate (struct __mbstate_s *state) |
|
int | __RAL_ascii_wctomb (char *s, unsigned wc, struct __mbstate_s *state) |
|
int | __RAL_ascii_mbtowc (unsigned *pwc, const char *s, unsigned len, struct __mbstate_s *state) |
|
int | __RAL_utf8_wctomb (char *s, unsigned wc, struct __mbstate_s *state) |
|
int | __RAL_utf8_mbtowc (unsigned *pwc, const char *s, unsigned len, struct __mbstate_s *state) |
|
int | __RAL_mb_max (const struct __locale_s *loc) |
|
int | __RAL_compare_locale_name (const char *str0, const char *str1) |
|
int | __RAL_unicode_iswctype (long ch, int ty) |
|
long | __RAL_unicode_towupper (long ch) |
|
long | __RAL_unicode_towlower (long ch) |
|
int | __RAL_unicode_map_range_search (const void *k0, const void *k1) |
|
int | __RAL_unicode_map_singleton_search (const void *k0, const void *k1) |
|
int | __RAL_unicode_set_bmp_range_search (const void *k0, const void *k1) |
|
int | __RAL_unicode_set_nonbmp_range_search (const void *k0, const void *k1) |
|
void | __RAL_register_error_decoder (__RAL_error_decoder_t *decoder) |
|
const char * | __RAL_decode_error (int num) |
|
| __attribute__ ((always_inline)) |
|
void | SystemInit (void) |
|
void | SystemCoreClockUpdate (void) |
|
void | assert_nrf_callback (uint16_t line_num, const uint8_t *file_name) |
| Callback function for asserts in the SoftDevice. More...
|
|
| __attribute__ ((naked)) |
|
int | putchar (int __c) |
|
int | getchar (void) |
|
int | puts (const char *__s) |
|
char * | gets (char *__s) |
|
int | sprintf (char *__s, const char *__format,...) |
|
int | snprintf (char *__s, size_t __n, const char *__format,...) |
|
int | vsnprintf (char *__s, size_t __n, const char *__format, __va_list __arg) |
|
int | printf (const char *__format,...) |
|
int | vprintf (const char *__format, __va_list __arg) |
|
int | vsprintf (char *__s, const char *__format, __va_list __arg) |
|
int | scanf (const char *__format,...) |
|
int | sscanf (const char *__s, const char *__format,...) |
|
int | vscanf (const char *__format, __va_list __arg) |
|
int | vsscanf (const char *__s, const char *__format, __va_list __arg) |
|
int | __putchar (int, __printf_tag_ptr) |
|
void | clearerr (FILE *) |
|
int | fclose (FILE *) |
|
int | feof (FILE *) |
|
int | ferror (FILE *) |
|
int | fflush (FILE *) |
|
int | fgetc (FILE *) |
|
int | fgetpos (FILE *, fpos_t *) |
|
char * | fgets (char *, int, FILE *) |
|
int | fileno (FILE *) |
|
FILE * | fopen (const char *, const char *) |
|
int | fprintf (FILE *, const char *,...) |
|
int | fputc (int, FILE *) |
|
int | fputs (const char *, FILE *) |
|
size_t | fread (void *, size_t, size_t, FILE *) |
|
FILE * | freopen (const char *, const char *, FILE *) |
|
int | fscanf (FILE *, const char *,...) |
|
int | fseek (FILE *, long, int) |
|
int | fsetpos (FILE *, const fpos_t *) |
|
long | ftell (FILE *) |
|
size_t | fwrite (const void *, size_t, size_t, FILE *) |
|
int | getc (FILE *) |
|
void | perror (const char *) |
|
int | putc (int, FILE *) |
|
int | remove (const char *) |
|
int | rename (const char *, const char *) |
|
void | rewind (FILE *) |
|
void | setbuf (FILE *, char *) |
|
int | setvbuf (FILE *, char *, int, size_t) |
|
FILE * | tmpfile (void) |
|
char * | tmpnam (char *) |
|
int | ungetc (int, FILE *) |
|
int | vfprintf (FILE *, const char *, __va_list) |
|
int | vfscanf (FILE *, const char *, __va_list) |
|
void | app_error_fault_handler (uint32_t id, uint32_t pc, uint32_t info) |
|
void | app_error_handler (uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name) |
|
void | app_error_handler_bare (ret_code_t error_code) |
|
void | app_error_save_and_stop (uint32_t id, uint32_t pc, uint32_t info) |
|
void | app_error_log_handle (uint32_t id, uint32_t pc, uint32_t info) |
|
void | app_util_critical_region_enter (uint8_t *p_nested) |
|
void | app_util_critical_region_exit (uint8_t nested) |
|
uint8_t | current_int_priority_get (void) |
|
uint8_t | privilege_level_get (void) |
|
uint32_t | nrfx_atomic_u32_fetch_store (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_store (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_fetch_or (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_or (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_fetch_and (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_and (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_fetch_xor (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_xor (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_fetch_add (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_add (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_fetch_sub (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_sub (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
_Bool | nrfx_atomic_u32_cmp_exch (nrfx_atomic_u32_t *p_data, uint32_t *p_expected, uint32_t desired) |
|
uint32_t | nrfx_atomic_u32_fetch_sub_hs (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_u32_sub_hs (nrfx_atomic_u32_t *p_data, uint32_t value) |
|
uint32_t | nrfx_atomic_flag_set_fetch (nrfx_atomic_flag_t *p_data) |
|
uint32_t | nrfx_atomic_flag_set (nrfx_atomic_flag_t *p_data) |
|
uint32_t | nrfx_atomic_flag_clear_fetch (nrfx_atomic_flag_t *p_data) |
|
uint32_t | nrfx_atomic_flag_clear (nrfx_atomic_flag_t *p_data) |
|
ret_code_t | nrf_drv_uart_init (nrf_drv_uart_t const *p_instance, nrf_drv_uart_config_t const *p_config, nrf_uart_event_handler_t event_handler) |
|