Home
last modified time | relevance | path

Searched refs:NRFX_FEATURE_PRESENT (Results 1 – 18 of 18) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_egu.c38 #if !NRFX_FEATURE_PRESENT(NRFX_EGU, _ENABLED)
Dnrfx_qdec.c40 #if !NRFX_FEATURE_PRESENT(NRFX_QDEC, _ENABLED)
Dnrfx_wdt.c40 #if !NRFX_FEATURE_PRESENT(NRFX_WDT, _ENABLED)
Dnrfx_rtc.c38 #if !NRFX_FEATURE_PRESENT(NRFX_RTC, _ENABLED)
Dnrfx_spi.c38 #if !NRFX_FEATURE_PRESENT(NRFX_SPI, _ENABLED)
Dnrfx_timer.c38 #if !NRFX_FEATURE_PRESENT(NRFX_TIMER, _ENABLED)
Dnrfx_pwm.c38 #if !NRFX_FEATURE_PRESENT(NRFX_PWM, _ENABLED)
Dnrfx_spis.c38 #if !NRFX_FEATURE_PRESENT(NRFX_SPIS, _ENABLED)
Dnrfx_pdm.c45 #if !NRFX_FEATURE_PRESENT(NRFX_PDM, _ENABLED)
Dnrfx_twis.c38 #if !NRFX_FEATURE_PRESENT(NRFX_TWIS, _ENABLED)
Dnrfx_uart.c38 #if !NRFX_FEATURE_PRESENT(NRFX_UART, _ENABLED)
Dnrfx_twi.c38 #if !NRFX_FEATURE_PRESENT(NRFX_TWI, _ENABLED)
Dnrfx_twim.c38 #if !NRFX_FEATURE_PRESENT(NRFX_TWIM, _ENABLED)
Dnrfx_spim.c38 #if !NRFX_FEATURE_PRESENT(NRFX_SPIM, _ENABLED)
Dnrfx_gpiote.c45 #if !NRFX_FEATURE_PRESENT(NRFX_GPIOTE, _ENABLED)
Dnrfx_uarte.c38 #if !NRFX_FEATURE_PRESENT(NRFX_UARTE, _ENABLED)
/hal_nordic-latest/nrfx/hal/
Dnrf_spim.h136 #if NRFX_FEATURE_PRESENT(SPIM, _FEATURE_HARDWARE_CSN_PRESENT) || defined(__NRFX_DOXYGEN__)
143 #if NRFX_FEATURE_PRESENT(SPIM, _FEATURE_HARDWARE_DCX_PRESENT) || \
144 NRFX_FEATURE_PRESENT(SPIM, _FEATURE_DCX_PRESENT) || \
152 #if NRFX_FEATURE_PRESENT(SPIM, _FEATURE_RXDELAY_PRESENT) || defined(__NRFX_DOXYGEN__)
/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h249 #define NRFX_FEATURE_PRESENT(periph_name, feature_name) \ macro