Home
last modified time | relevance | path

Searched refs:NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS (Results 1 – 13 of 13) sorted by relevance

/lk-master/external/platform/nrfx/doc/config_dox/
A Dnrfx_gpiote_dox_config.h20 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS macro
/lk-master/external/platform/nrfx/templates/
A Dnrfx_config_nrf51.h214 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
215 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52805.h186 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
187 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf5340_network.h294 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
295 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52810.h260 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
261 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52811.h260 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
261 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52820.h284 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
285 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52832.h284 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
285 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf9160.h344 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
345 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52833.h284 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
285 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf52840.h284 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
285 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
A Dnrfx_config_nrf5340_application.h456 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
457 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_gpiote.c63 nrfx_gpiote_evt_handler_t handlers[GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS];
65 int8_t port_handlers_pins[NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS];
174 channel ? GPIOTE_CH_NUM : (GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS); in channel_port_alloc()
225 for (i = 0; i < (GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS); i++) in nrfx_gpiote_init()
689 for (uint32_t i = 0; i < NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS; i++) in port_event_handle()
775 for (uint32_t i = 0; i < NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS; i++) in port_event_handle()

Completed in 24 milliseconds