Searched refs:nrf_ppib_task_t (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_ppib.h | 103 } nrf_ppib_task_t; typedef 204 NRF_STATIC_INLINE nrf_ppib_task_t nrf_ppib_send_task_get(uint8_t index); 215 nrf_ppib_task_t task); 245 nrf_ppib_task_t task, 254 NRF_STATIC_INLINE void nrf_ppib_subscribe_clear(NRF_PPIB_Type * p_reg, nrf_ppib_task_t task); 307 NRF_STATIC_INLINE nrf_ppib_task_t nrf_ppib_send_task_get(uint8_t index) in nrf_ppib_send_task_get() 310 return (nrf_ppib_task_t)NRFX_OFFSETOF(NRF_PPIB_Type, TASKS_SEND[index]); in nrf_ppib_send_task_get() 314 nrf_ppib_task_t task) in nrf_ppib_task_address_get() 332 nrf_ppib_task_t task, in nrf_ppib_subscribe_set() 340 nrf_ppib_task_t task) in nrf_ppib_subscribe_clear()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_ppib.h | 165 NRFX_STATIC_INLINE nrf_ppib_task_t nrfx_ppib_send_task_get(nrfx_ppib_t const * p_instance, 213 nrf_ppib_task_t task, 224 nrf_ppib_task_t task); 246 NRFX_STATIC_INLINE nrf_ppib_task_t nrfx_ppib_send_task_get(nrfx_ppib_t const * p_instance, in nrfx_ppib_send_task_get() 275 nrf_ppib_task_t task, in nrfx_ppib_subscribe_set() 282 nrf_ppib_task_t task) in nrfx_ppib_subscribe_clear()
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi_ppib_lumos.c | 211 nrf_ppib_task_t task = nrfx_ppib_send_task_get(&p_ppib->ppib.left, ppib_channel); in create_ppib_connection() 266 nrf_ppib_task_t task = nrfx_ppib_send_task_get(&p_ppib->ppib.left, ppib_channel); in clear_virtual_channel_path()
|