Home
last modified time | relevance | path

Searched refs:NRF_DPPI_CH_NUM_MAX (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/soc/interconnect/dppic_ppib/
Dnrfx_interconnect_dppic_ppib.h75 …uint8_t allocate_flag[NRF_DPPI_CH_NUM_MAX]; ///< Virtual channels assigned to each of DPP…
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi.h120 #define NRFX_GPPI_ALL_APP_CHANNELS_MASK (NRFX_BIT_MASK(NRF_DPPI_CH_NUM_MAX) & \
Dnrfx_gppi_dppi_ppib_lumos.c59 for (uint8_t i = 0; i < NRF_DPPI_CH_NUM_MAX; i++) in dppic_channel_get()
173 for (uint8_t j = 0; j < NRF_DPPI_CH_NUM_MAX; j++) in init()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h82 #define NRF_DPPI_CH_NUM_MAX \ macro