Searched refs:NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS (Results 1 – 13 of 13) sorted by relevance
20 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS macro
214 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS215 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
186 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS187 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
294 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS295 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
260 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS261 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
284 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS285 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
344 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS345 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
456 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS457 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
63 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 26 milliseconds