Searched refs:NRFX_FEATURE_PRESENT (Results 1 – 18 of 18) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_egu.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_EGU, _ENABLED)
|
| D | nrfx_qdec.c | 40 #if !NRFX_FEATURE_PRESENT(NRFX_QDEC, _ENABLED)
|
| D | nrfx_wdt.c | 40 #if !NRFX_FEATURE_PRESENT(NRFX_WDT, _ENABLED)
|
| D | nrfx_rtc.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_RTC, _ENABLED)
|
| D | nrfx_spi.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_SPI, _ENABLED)
|
| D | nrfx_timer.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_TIMER, _ENABLED)
|
| D | nrfx_pwm.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_PWM, _ENABLED)
|
| D | nrfx_spis.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_SPIS, _ENABLED)
|
| D | nrfx_pdm.c | 45 #if !NRFX_FEATURE_PRESENT(NRFX_PDM, _ENABLED)
|
| D | nrfx_twis.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_TWIS, _ENABLED)
|
| D | nrfx_uart.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_UART, _ENABLED)
|
| D | nrfx_twi.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_TWI, _ENABLED)
|
| D | nrfx_twim.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_TWIM, _ENABLED)
|
| D | nrfx_spim.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_SPIM, _ENABLED)
|
| D | nrfx_gpiote.c | 45 #if !NRFX_FEATURE_PRESENT(NRFX_GPIOTE, _ENABLED)
|
| D | nrfx_uarte.c | 38 #if !NRFX_FEATURE_PRESENT(NRFX_UARTE, _ENABLED)
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_spim.h | 136 #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/ |
| D | nrfx_common.h | 249 #define NRFX_FEATURE_PRESENT(periph_name, feature_name) \ macro
|