Searched refs:NRF_DPPIC (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_dppi.c | 80 nrf_dppi_channels_disable(NRF_DPPIC, m_allocated_channels); in nrfx_dppi_free() 87 nrf_dppi_group_clear(NRF_DPPIC, group); in nrfx_dppi_free() 140 nrf_dppi_channels_disable(NRF_DPPIC, DPPI_BIT_SET(channel)); in nrfx_dppi_channel_free() 158 nrf_dppi_channels_enable(NRF_DPPIC, DPPI_BIT_SET(channel)); in nrfx_dppi_channel_enable() 174 nrf_dppi_channels_disable(NRF_DPPIC, DPPI_BIT_SET(channel)); in nrfx_dppi_channel_disable() 220 nrf_dppi_group_disable(NRF_DPPIC, group); in nrfx_dppi_group_free() 239 nrf_dppi_channels_include_in_group(NRF_DPPIC, DPPI_BIT_SET(channel), group); in nrfx_dppi_channel_include_in_group() 256 nrf_dppi_channels_remove_from_group(NRF_DPPIC, DPPI_BIT_SET(channel), group); in nrfx_dppi_channel_remove_from_group() 272 nrf_dppi_channels_remove_from_group(NRF_DPPIC, DPPI_AVAILABLE_CHANNELS_MASK, group); in nrfx_dppi_group_clear() 288 nrf_dppi_group_enable(NRF_DPPIC, group); in nrfx_dppi_group_enable() [all …]
|
/lk-master/external/platform/nrfx/helpers/ |
A D | nrfx_gppi.h | 465 return nrf_dppi_channel_check(NRF_DPPIC, channel); in nrfx_gppi_channel_check() 470 nrf_dppi_channels_disable_all(NRF_DPPIC); in nrfx_gppi_channels_disable_all() 475 nrf_dppi_channels_enable(NRF_DPPIC, mask); in nrfx_gppi_channels_enable() 480 nrf_dppi_channels_disable(NRF_DPPIC, mask); in nrfx_gppi_channels_disable() 485 nrf_dppi_task_trigger(NRF_DPPIC, (nrf_dppi_task_t)task); in nrfx_gppi_task_trigger() 535 nrf_dppi_channels_include_in_group(NRF_DPPIC, in nrfx_gppi_channels_include_in_group() 543 nrf_dppi_channels_remove_from_group(NRF_DPPIC, in nrfx_gppi_channels_remove_from_group() 550 nrf_dppi_group_clear(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_clear() 555 nrf_dppi_group_enable(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_enable() 560 nrf_dppi_group_disable(NRF_DPPIC, (nrf_dppi_channel_group_t)channel_group); in nrfx_gppi_group_disable() [all …]
|
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_config_nrf5340_network.h | 53 #define NRF_DPPIC NRF_DPPIC_NS macro
|
A D | nrfx_config_nrf9160.h | 48 #define NRF_DPPIC NRF_DPPIC_S macro
|
A D | nrfx_config_nrf5340_application.h | 50 #define NRF_DPPIC NRF_DPPIC_S macro
|
Completed in 10 milliseconds