Searched defs:channel_mask (Results 1 – 10 of 10) sorted by relevance
/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_ppi.c | 86 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()
|
D | nrfx_saadc.c | 157 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() 336 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask) in nrfx_saadc_channels_deconfig() 350 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask, in nrfx_saadc_simple_mode_set() 392 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask, in nrfx_saadc_advanced_mode_set()
|
/hal_nordic-3.5.0/nrfx/haly/ |
D | nrfy_dppi.h | 149 uint32_t channel_mask, in nrfy_dppi_channels_include_in_group() 159 uint32_t channel_mask, in nrfy_dppi_channels_remove_from_group()
|
/hal_nordic-3.5.0/nrfx/helpers/ |
D | nrfx_gppi_dppi.c | 114 void nrfx_gppi_channels_include_in_group(uint32_t channel_mask, in nrfx_gppi_channels_include_in_group() 122 void nrfx_gppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_gppi_channels_remove_from_group()
|
D | nrfx_gppi_ppi.c | 109 void nrfx_gppi_channels_include_in_group(uint32_t channel_mask, in nrfx_gppi_channels_include_in_group() 117 void nrfx_gppi_channels_remove_from_group(uint32_t channel_mask, in nrfx_gppi_channels_remove_from_group()
|
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_dppi.h | 392 uint32_t channel_mask, in nrf_dppi_channels_include_in_group() 400 uint32_t channel_mask, in nrf_dppi_channels_remove_from_group()
|
D | nrf_ppi.h | 492 uint32_t channel_mask, in nrf_ppi_channels_include_in_group() 506 uint32_t channel_mask, in nrf_ppi_channels_remove_from_group()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/advanced_blocking/ |
D | main.c | 102 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
D | main.c | 200 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
D | main.c | 270 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
|