Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c54 #define GRTC_CHANNEL_MASK_TO_INT_MASK(ch_mask) ((ch_mask) << GRTC_INTEN0_COMPARE0_Pos) argument
191 uint32_t ch_mask = NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK; in get_channel_for_ch_data_idx() local
202 uint32_t ch_mask = NRFX_GRTC_CONFIG_ALLOWED_CC_CHANNELS_MASK; in get_ch_data_index_for_channel() local
608 uint32_t ch_mask = allocated_channels_mask_get(); in nrfx_grtc_uninit() local
Dnrfx_saadc.c129 for (uint32_t ch_mask = 1; ch_mask < (1 << SAADC_CH_NUM); ch_mask <<= 1) in saadc_channel_count_get() local