Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_ppi.c96 nrf_ppi_channel_and_fork_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()
102 nrf_ppi_task_address_get(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()
107 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()
119 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()
127 nrf_ppi_task_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set()
132 nrf_ppi_channel_include_in_group(NRF_PPI, PPI_EGU_RAMP_UP, PPI_CHGRP_RAMP_UP); in nrf_802154_trx_ppi_for_ramp_up_set()
134 nrf_ppi_channels_enable(NRF_PPI, ppi_mask); in nrf_802154_trx_ppi_for_ramp_up_set()
143 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_extra_cca_attempts_set()
148 nrf_ppi_channels_enable(NRF_PPI, 1UL << NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART); in nrf_802154_trx_ppi_for_extra_cca_attempts_set()
157 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_reconfigure()
[all …]
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_ppi.c44 return (nrf_ppi_channel_enable_get(NRF_PPI, (nrf_ppi_channel_t)channel) == in nrfx_gppi_channel_check()
50 nrf_ppi_channels_disable_all(NRF_PPI); in nrfx_gppi_channels_disable_all()
55 nrf_ppi_channels_enable(NRF_PPI, mask); in nrfx_gppi_channels_enable()
60 nrf_ppi_channels_disable(NRF_PPI, mask); in nrfx_gppi_channels_disable()
65 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep); in nrfx_gppi_event_endpoint_setup()
70 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup()
75 nrf_ppi_channel_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep, tep); in nrfx_gppi_channel_endpoints_setup()
87 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_event_endpoint_clear()
93 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_task_endpoint_clear()
99 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, fork_tep); in nrfx_gppi_fork_endpoint_setup()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c126 nrf_ppi_channels_disable(NRF_PPI, NRFX_PPI_ALL_APP_CHANNELS_MASK); in nrfx_ppi_free_all()
133 nrf_ppi_group_clear(NRF_PPI, group); in nrfx_ppi_free_all()
155 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_free()
180 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
200 nrf_ppi_fork_endpoint_setup(NRF_PPI, channel, fork_tep); in nrfx_ppi_channel_fork_assign()
232 nrf_ppi_channel_enable(NRF_PPI, channel); in nrfx_ppi_channel_enable()
254 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_disable()
270 nrf_ppi_group_disable(NRF_PPI, group); in nrfx_ppi_group_free()
289 nrf_ppi_group_enable(NRF_PPI, group); in nrfx_ppi_group_enable()
306 nrf_ppi_group_disable(NRF_PPI, group); in nrfx_ppi_group_disable()
[all …]
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppi.h330 return nrf_ppi_task_address_get(NRF_PPI, task); in nrfx_ppi_task_address_get()
335 return nrf_ppi_task_group_enable_address_get(NRF_PPI, group); in nrfx_ppi_task_group_enable_address_get()
340 return nrf_ppi_task_group_disable_address_get(NRF_PPI, group); in nrfx_ppi_task_group_disable_address_get()
/hal_nordic-latest/nrfx/mdk/
Dnrf51.h1272 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52805.h1820 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52810.h1998 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52811.h2074 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52820.h2087 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52.h2413 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52833.h2775 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro
Dnrf52840.h3313 #define NRF_PPI ((NRF_PPI_Type*) NRF_PPI_BASE) macro