Searched refs:NRF_DPPI_CH_NUM_MAX (Results 1 – 4 of 4) sorted by relevance
75 …uint8_t allocate_flag[NRF_DPPI_CH_NUM_MAX]; ///< Virtual channels assigned to each of DPP…
120 #define NRFX_GPPI_ALL_APP_CHANNELS_MASK (NRFX_BIT_MASK(NRF_DPPI_CH_NUM_MAX) & \
59 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()
82 #define NRF_DPPI_CH_NUM_MAX \ macro