Home
last modified time | relevance | path

Searched refs:eep (Results 1 – 4 of 4) sorted by relevance

/external/platform/nrfx/helpers/
A Dnrfx_gppi.h207 __STATIC_INLINE void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep);
228 uint32_t eep,
368 __STATIC_INLINE void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup() argument
370 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep); in nrfx_gppi_event_endpoint_setup()
379 uint32_t eep, in nrfx_gppi_channel_endpoints_setup() argument
387 (void)eep; in nrfx_gppi_event_endpoint_clear()
490 NRFX_ASSERT(eep); in nrfx_gppi_event_endpoint_setup()
501 uint32_t eep, in nrfx_gppi_channel_endpoints_setup() argument
504 nrfx_gppi_event_endpoint_setup(channel, eep); in nrfx_gppi_channel_endpoints_setup()
510 NRFX_ASSERT(eep); in nrfx_gppi_event_endpoint_clear()
[all …]
/external/platform/nrfx/hal/
A Dnrf_ppi.h205 uint32_t eep,
217 uint32_t eep);
254 uint32_t eep,
441 uint32_t eep, in nrf_ppi_channel_endpoint_setup() argument
444 p_reg->CH[(uint32_t) channel].EEP = eep; in nrf_ppi_channel_endpoint_setup()
450 uint32_t eep) in nrf_ppi_event_endpoint_setup() argument
452 p_reg->CH[(uint32_t) channel].EEP = eep; in nrf_ppi_event_endpoint_setup()
473 uint32_t eep, in nrf_ppi_channel_and_fork_endpoint_setup() argument
477 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
/external/platform/nrfx/drivers/src/
A Dnrfx_ppi.c280 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign() argument
282 if ((uint32_t *)eep == NULL || (uint32_t *)tep == NULL) in nrfx_ppi_channel_assign()
299 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
302 eep, in nrfx_ppi_channel_assign()
/external/platform/nrfx/drivers/include/
A Dnrfx_ppi.h112 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);

Completed in 7 milliseconds