Home
last modified time | relevance | path

Searched defs:channel_mask (Results 1 – 11 of 11) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_saadc.c157 static void saadc_channels_deconfig(uint32_t channel_mask) in saadc_channels_deconfig()
171 static void saadc_channels_disable(uint32_t channel_mask) in saadc_channels_disable()
346 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask) in nrfx_saadc_channels_deconfig()
360 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask, in nrfx_saadc_simple_mode_set()
402 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask, in nrfx_saadc_advanced_mode_set()
Dnrfx_ppi.c86 static bool are_app_channels(uint32_t channel_mask) in are_app_channels()
312 nrfx_err_t nrfx_ppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_ppi_channels_remove_from_group()
339 nrfx_err_t nrfx_ppi_channels_include_in_group(uint32_t channel_mask, in nrfx_ppi_channels_include_in_group()
/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h149 uint32_t channel_mask, in nrfy_dppi_channels_group_set()
158 uint32_t channel_mask, in nrfy_dppi_channels_include_in_group()
168 uint32_t channel_mask, in nrfy_dppi_channels_remove_from_group()
Dnrfy_grtc.h936 uint32_t channel_mask = NRF_GRTC_SYSCOUNTER_ALL_CHANNELS_INT_MASK & mask; in __nrfy_internal_grtc_events_process() local
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_ppi.c109 void nrfx_gppi_channels_group_set(uint32_t channel_mask, in nrfx_gppi_channels_group_set()
117 void nrfx_gppi_channels_include_in_group(uint32_t channel_mask, in nrfx_gppi_channels_include_in_group()
125 void nrfx_gppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_gppi_channels_remove_from_group()
Dnrfx_gppi_dppi.c118 void nrfx_gppi_channels_group_set(uint32_t channel_mask, in nrfx_gppi_channels_group_set()
126 void nrfx_gppi_channels_include_in_group(uint32_t channel_mask, in nrfx_gppi_channels_include_in_group()
134 void nrfx_gppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_gppi_channels_remove_from_group()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h425 uint32_t channel_mask, in nrf_dppi_channels_group_set()
432 uint32_t channel_mask, in nrf_dppi_channels_include_in_group()
440 uint32_t channel_mask, in nrf_dppi_channels_remove_from_group()
Dnrf_ppi.h507 uint32_t channel_mask, in nrf_ppi_channels_group_set()
514 uint32_t channel_mask, in nrf_ppi_channels_include_in_group()
528 uint32_t channel_mask, in nrf_ppi_channels_remove_from_group()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_blocking/
Dmain.c124 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c214 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c281 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local