Home
last modified time | relevance | path

Searched refs:NRFX_PRS_ENABLED (Results 1 – 20 of 20) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/soc/
H A Dnrfx_irqs_nrf52832.h46 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_4_ENABLED)
54 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_0_ENABLED)
66 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_1_ENABLED)
116 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_3_ENABLED)
162 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_2_ENABLED)
H A Dnrfx_irqs_nrf52840.h46 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_4_ENABLED)
54 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_0_ENABLED)
66 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_1_ENABLED)
116 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_3_ENABLED)
162 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_2_ENABLED)
H A Dnrfx_irqs_nrf51.h49 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_0_ENABLED)
57 #if NRFX_CHECK(NRFX_PRS_ENABLED) && NRFX_CHECK(NRFX_PRS_BOX_1_ENABLED)
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_lpcomp.c90 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_lpcomp_init()
139 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_lpcomp_uninit()
H A Dnrfx_comp.c91 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_comp_init()
151 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_comp_uninit()
H A Dnrfx_spi.c87 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spi_init()
215 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spi_uninit()
H A Dnrfx_spis.c146 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spis_init()
294 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spis_uninit()
H A Dnrfx_spim.c196 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spim_init()
378 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_spim_uninit()
H A Dnrfx_uarte.c192 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_uarte_init()
246 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_uarte_uninit()
H A Dnrfx_twis.c472 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twis_init()
565 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twis_uninit()
H A Dnrfx_uart.c174 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_uart_init()
226 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_uart_uninit()
H A Dnrfx_twi.c142 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twi_init()
206 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twi_uninit()
H A Dnrfx_twim.c157 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twim_init()
224 #if NRFX_CHECK(NRFX_PRS_ENABLED) in nrfx_twim_uninit()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/doc/config_dox/
H A Dnrfx_prs_dox_config.h13 #define NRFX_PRS_ENABLED macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF51/
H A Dnrfx_config.h451 #ifndef NRFX_PRS_ENABLED
452 #define NRFX_PRS_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52810/
H A Dnrfx_config.h511 #ifndef NRFX_PRS_ENABLED
512 #define NRFX_PRS_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/prs/
H A Dnrfx_prs.c34 #if NRFX_CHECK(NRFX_PRS_ENABLED)
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52832/
H A Dnrfx_config.h835 #ifndef NRFX_PRS_ENABLED
836 #define NRFX_PRS_ENABLED 1 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/templates/nRF52840/
H A Dnrfx_config.h835 #ifndef NRFX_PRS_ENABLED
836 #define NRFX_PRS_ENABLED 1 macro
/dports/lang/micropython/micropython-1.17/ports/nrf/
H A Dnrfx_config.h169 #define NRFX_PRS_ENABLED (NRFX_PRS_BOX_0_ENABLED || NRFX_PRS_BOX_1_ENABLED || NRFX_PRS_BOX_2_ENABLE… macro