Searched refs:NRF_PPI (Results 1 – 12 of 12) sorted by relevance
/lk-master/external/platform/nrfx/helpers/ |
A D | nrfx_gppi.h | 355 nrf_ppi_channels_disable_all(NRF_PPI); in nrfx_gppi_channels_disable_all() 360 nrf_ppi_channels_enable(NRF_PPI, mask); in nrfx_gppi_channels_enable() 365 nrf_ppi_channels_disable(NRF_PPI, mask); in nrfx_gppi_channels_disable() 375 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup() 388 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_event_endpoint_clear() 394 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_task_endpoint_clear() 406 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_fork_endpoint_clear() 413 nrf_ppi_channels_include_in_group(NRF_PPI, in nrfx_gppi_channels_include_in_group() 421 nrf_ppi_channels_remove_from_group(NRF_PPI, in nrfx_gppi_channels_remove_from_group() 428 nrf_ppi_group_clear(NRF_PPI, (nrf_ppi_channel_group_t)channel_group); in nrfx_gppi_group_clear() [all …]
|
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_ppi.c | 213 nrf_ppi_channels_disable(NRF_PPI, NRFX_PPI_ALL_APP_CHANNELS_MASK); in nrfx_ppi_free_all() 219 nrf_ppi_group_clear(NRF_PPI, group); in nrfx_ppi_free_all() 270 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_free() 299 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign() 319 nrf_ppi_fork_endpoint_setup(NRF_PPI, channel, fork_tep); in nrfx_ppi_channel_fork_assign() 347 nrf_ppi_channel_enable(NRF_PPI, channel); in nrfx_ppi_channel_enable() 368 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_disable() 421 nrf_ppi_group_disable(NRF_PPI, group); in nrfx_ppi_group_free() 445 nrf_ppi_group_enable(NRF_PPI, group); in nrfx_ppi_group_enable() 462 nrf_ppi_group_disable(NRF_PPI, group); in nrfx_ppi_group_disable() [all …]
|
/lk-master/external/platform/nrfx/drivers/include/ |
A D | nrfx_ppi.h | 320 return nrf_ppi_task_address_get(NRF_PPI, task); in nrfx_ppi_task_addr_get() 325 return nrf_ppi_task_group_enable_address_get(NRF_PPI, group); in nrfx_ppi_task_addr_group_enable_get() 330 return nrf_ppi_task_group_disable_address_get(NRF_PPI, group); in nrfx_ppi_task_addr_group_disable_get()
|
/lk-master/external/platform/nrfx/mdk/ |
A D | nrf51.h | 1269 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52805.h | 1795 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52810.h | 1973 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52811.h | 2047 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52820.h | 2063 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52.h | 2401 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52833.h | 2751 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
A D | nrf52840.h | 2880 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
|
/lk-master/external/platform/nrf51/include/platform/ |
A D | nrf518xx.h | 1270 #define NRF_PPI ((NRF_PPI_Type *) NRF_PPI_BASE) macro
|
Completed in 122 milliseconds