Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/doc/config_dox/
H A Dnrfx_timer_dox_config.h13 #define NRFX_TIMER_ENABLED macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF51/
H A Dnrfx_config.h1132 #ifndef NRFX_TIMER_ENABLED
1133 #define NRFX_TIMER_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52810/
H A Dnrfx_config.h1504 #ifndef NRFX_TIMER_ENABLED
1505 #define NRFX_TIMER_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52832/
H A Dnrfx_config.h2037 #ifndef NRFX_TIMER_ENABLED
2038 #define NRFX_TIMER_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52840/
H A Dnrfx_config.h2140 #ifndef NRFX_TIMER_ENABLED
2141 #define NRFX_TIMER_ENABLED 1 macro
/dports/lang/micropython/micropython-1.17/ports/nrf/
H A Dnrfx_config.h135 #define NRFX_TIMER_ENABLED (MICROPY_PY_MACHINE_TIMER) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_timer.c34 #if NRFX_CHECK(NRFX_TIMER_ENABLED)