Home
last modified time | relevance | path

Searched refs:NRF_PPI (Results 1 – 12 of 12) sorted by relevance

/lk-master/external/platform/nrfx/helpers/
A Dnrfx_gppi.h355 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 Dnrfx_ppi.c213 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 Dnrfx_ppi.h320 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 Dnrf51.h1269 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52805.h1795 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52810.h1973 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52811.h2047 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52820.h2063 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52.h2401 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52833.h2751 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
A Dnrf52840.h2880 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
/lk-master/external/platform/nrf51/include/platform/
A Dnrf518xx.h1270 #define NRF_PPI ((NRF_PPI_Type *) NRF_PPI_BASE) macro

Completed in 122 milliseconds