Home
last modified time | relevance | path

Searched defs:chan (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib.c204 static void dppic_channel_set(uint8_t chan, bool enable) in dppic_channel_set()
485 nrfx_gppi_channels_path_t * chan; in nrfx_gppi_channel_alloc() local
760 uint8_t chan = (uint8_t)NRF_CTZ(mask); in nrfx_gppi_channels_disable_all() local
770 uint8_t chan = (uint8_t)NRF_CTZ(mask); in nrfx_gppi_channels_enable() local
782 uint8_t chan = (uint8_t)NRF_CTZ(mask); in nrfx_gppi_channels_disable() local
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c53 #define GRTC_CHANNEL_TO_BITMASK(chan) NRFX_BIT(chan) argument
614 for (uint8_t chan = 0; ch_mask; chan++, ch_mask >>= 1) in nrfx_grtc_uninit() local