| /hal_nordic-latest/nrfx/haly/ |
| D | nrfy_dppi.h | 149 uint32_t channel_mask, in nrfy_dppi_channels_group_set() argument 152 nrf_dppi_channels_group_set(p_reg, channel_mask, channel_group); in nrfy_dppi_channels_group_set() 158 uint32_t channel_mask, in nrfy_dppi_channels_include_in_group() argument 161 nrf_dppi_channels_include_in_group(p_reg, channel_mask, channel_group); in nrfy_dppi_channels_include_in_group() 168 uint32_t channel_mask, in nrfy_dppi_channels_remove_from_group() argument 171 nrf_dppi_channels_remove_from_group(p_reg, channel_mask, channel_group); 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 939 while (channel_mask) in __nrfy_internal_grtc_events_process() 941 uint8_t cc_channel = (uint8_t)NRF_CTZ(channel_mask); in __nrfy_internal_grtc_events_process() 944 channel_mask &= ~NRF_GRTC_CHANNEL_INT_MASK(cc_channel); in __nrfy_internal_grtc_events_process()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 86 static bool are_app_channels(uint32_t channel_mask) in are_app_channels() argument 88 return ((~(NRFX_PPI_ALL_APP_CHANNELS_MASK) & channel_mask) == 0); 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() argument 325 else if (!are_app_channels(channel_mask)) in nrfx_ppi_channels_remove_from_group() 332 nrf_ppi_channels_remove_from_group(NRF_PPI, channel_mask, group); 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() argument 352 else if (!are_app_channels(channel_mask)) in nrfx_ppi_channels_include_in_group() 359 nrf_ppi_channels_include_in_group(NRF_PPI, channel_mask, group); 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() argument 159 while (channel_mask) in saadc_channels_deconfig() 161 uint8_t channel = (uint8_t)NRF_CTZ(channel_mask); in saadc_channels_deconfig() 163 channel_mask &= ~(1UL << channel); in saadc_channels_deconfig() 171 static void saadc_channels_disable(uint32_t channel_mask) in saadc_channels_disable() argument 173 while (channel_mask) in saadc_channels_disable() 175 uint8_t channel = (uint8_t)NRF_CTZ(channel_mask); in saadc_channels_disable() 176 channel_mask &= ~(1UL << channel); in saadc_channels_disable() 346 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask) in nrfx_saadc_channels_deconfig() argument 355 saadc_channels_deconfig(channel_mask); in nrfx_saadc_channels_deconfig() [all …]
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_dppi.h | 275 uint32_t channel_mask, 293 uint32_t channel_mask, 311 uint32_t channel_mask, 425 uint32_t channel_mask, in nrf_dppi_channels_group_set() argument 428 p_reg->CHG[(uint32_t) channel_group] = channel_mask; in nrf_dppi_channels_group_set() 432 uint32_t channel_mask, in nrf_dppi_channels_include_in_group() argument 436 p_reg->CHG[(uint32_t) channel_group] | (channel_mask); in nrf_dppi_channels_include_in_group() 440 uint32_t channel_mask, in nrf_dppi_channels_remove_from_group() argument 444 p_reg->CHG[(uint32_t) channel_group] & ~(channel_mask); in nrf_dppi_channels_remove_from_group()
|
| D | nrf_ppi.h | 286 uint32_t channel_mask, 299 uint32_t channel_mask, 325 uint32_t channel_mask, 507 uint32_t channel_mask, in nrf_ppi_channels_group_set() argument 510 p_reg->CHG[(uint32_t) channel_group] = channel_mask; in nrf_ppi_channels_group_set() 514 uint32_t channel_mask, in nrf_ppi_channels_include_in_group() argument 517 p_reg->CHG[(uint32_t) channel_group] |= channel_mask; in nrf_ppi_channels_include_in_group() 528 uint32_t channel_mask, in nrf_ppi_channels_remove_from_group() argument 531 p_reg->CHG[(uint32_t) channel_group] &= ~(channel_mask); in nrf_ppi_channels_remove_from_group()
|
| /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() argument 113 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() argument 121 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() argument 129 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() argument 122 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() argument 130 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() argument 138 channel_mask, in nrfx_gppi_channels_remove_from_group()
|
| D | nrfx_gppi.h | 311 void nrfx_gppi_channels_group_set(uint32_t channel_mask, 320 void nrfx_gppi_channels_include_in_group(uint32_t channel_mask, 329 void nrfx_gppi_channels_remove_from_group(uint32_t channel_mask,
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_saadc.h | 344 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask); 363 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask, 400 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask,
|
| D | nrfx_ppi.h | 200 nrfx_err_t nrfx_ppi_channels_include_in_group(uint32_t channel_mask, 228 nrfx_err_t nrfx_ppi_channels_remove_from_group(uint32_t channel_mask,
|
| /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 125 status = nrfx_saadc_advanced_mode_set(channel_mask, in main()
|
| /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 215 status = nrfx_saadc_advanced_mode_set(channel_mask, in main()
|
| /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 282 status = nrfx_saadc_advanced_mode_set(channel_mask, in main()
|