Home
last modified time | relevance | path

Searched refs:nrf_ppi_task_t (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_ppi.h136 } nrf_ppi_task_t; typedef
343 NRF_STATIC_INLINE void nrf_ppi_task_trigger(NRF_PPI_Type * p_reg, nrf_ppi_task_t ppi_task);
354 nrf_ppi_task_t ppi_task);
386 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_enable_task_get(NRF_PPI_Type const * p_reg,
397 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_disable_task_get(NRF_PPI_Type const * p_reg,
527 NRF_STATIC_INLINE void nrf_ppi_task_trigger(NRF_PPI_Type * p_reg, nrf_ppi_task_t ppi_task) in nrf_ppi_task_trigger()
533 nrf_ppi_task_t ppi_task) in nrf_ppi_task_address_get()
550 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_enable_task_get(NRF_PPI_Type const * p_reg, in nrf_ppi_group_enable_task_get()
555 return (nrf_ppi_task_t)NRFX_OFFSETOF(NRF_PPI_Type, TASKS_CHG[index].EN); in nrf_ppi_group_enable_task_get()
558 NRF_STATIC_INLINE nrf_ppi_task_t nrf_ppi_group_disable_task_get(NRF_PPI_Type const * p_reg, in nrf_ppi_group_disable_task_get()
[all …]
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_ppi.h285 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_address_get(nrf_ppi_task_t task);
328 NRFX_STATIC_INLINE uint32_t nrfx_ppi_task_address_get(nrf_ppi_task_t task) in nrfx_ppi_task_address_get()
/hal_nordic-3.4.0/nrfx/helpers/
Dnrfx_gppi_ppi.c142 nrf_ppi_task_trigger(NRF_PPI, (nrf_ppi_task_t)task); in nrfx_gppi_task_trigger()
147 return (uint32_t)nrf_ppi_task_address_get(NRF_PPI, (nrf_ppi_task_t)task); in nrfx_gppi_task_address_get()