Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_gpiote.c91 nrfx_gpiote_evt_handler_t handlers[GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS];
93 int8_t port_handlers_pins[NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS];
191 channel ? GPIOTE_CH_NUM : (GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS); in channel_port_alloc()
239 for (i = 0; i < (GPIOTE_CH_NUM + NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS); i++) in nrfx_gpiote_init()
729 for (i = 0; i < NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS; i++) in nrfx_gpiote_irq_handler()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/doc/config_dox/
H A Dnrfx_gpiote_dox_config.h19 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF51/
H A Dnrfx_config.h162 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
163 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52810/
H A Dnrfx_config.h238 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
239 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52832/
H A Dnrfx_config.h238 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
239 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52840/
H A Dnrfx_config.h238 #ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
239 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro
/dports/lang/micropython/micropython-1.17/ports/nrf/
H A Dnrfx_config.h61 #define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 macro