Searched defs:channel_mask (Results 1 – 11 of 11) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/src/ |
| 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() 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()
|
| 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()
|
| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_dppi.h | 149 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()
|
| D | nrfy_grtc.h | 936 uint32_t channel_mask = NRF_GRTC_SYSCOUNTER_ALL_CHANNELS_INT_MASK & mask; in __nrfy_internal_grtc_events_process() local
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_ppi.c | 109 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()
|
| D | nrfx_gppi_dppi.c | 118 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/ |
| D | nrf_dppi.h | 425 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()
|
| D | nrf_ppi.h | 507 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/ |
| D | main.c | 124 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/ |
| D | main.c | 214 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/ |
| D | main.c | 281 uint32_t channel_mask = nrfx_saadc_channels_configured_get(); in main() local
|