Searched refs:p_ppib (Results 1 – 4 of 4) sorted by relevance
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi_ppib_lumos.c | 98 static nrfx_err_t ppib_channel_get(nrfx_interconnect_ppib_t * p_ppib, in ppib_channel_get() argument 104 if (p_ppib->allocate_flag[i] == virtual_channel) in ppib_channel_get() 115 static nrfx_err_t ppib_channel_alloc(nrfx_interconnect_ppib_t * p_ppib, uint8_t * p_channel) in ppib_channel_alloc() argument 117 return nrfx_ppib_channel_alloc(&p_ppib->ppib, p_channel); in ppib_channel_alloc() 121 static nrfx_err_t ppib_channel_free(nrfx_interconnect_ppib_t * p_ppib, uint8_t channel) in ppib_channel_free() argument 123 return nrfx_ppib_channel_free(&p_ppib->ppib, channel); in ppib_channel_free() 126 static nrfx_err_t ppib_virtual_channel_set(nrfx_interconnect_ppib_t * p_ppib, in ppib_virtual_channel_set() argument 130 p_ppib->allocate_flag[ppib_channel] = virtual_channel; in ppib_virtual_channel_set() 196 nrfx_interconnect_ppib_t * p_ppib = p_path->ppib; in create_ppib_connection() local 199 nrfx_err_t err = ppib_channel_alloc(p_ppib, &ppib_channel); in create_ppib_connection() [all …]
|
| D | nrfx_gppi_dppi_ppib.c | 138 nrf_ppib_subscribe_clear(p_src_apb->p_ppib, in apb_connection_remove() 140 nrf_ppib_publish_clear(p_dst_apb->p_ppib, in apb_connection_remove() 156 nrf_ppib_subscribe_set(p_src_apb->p_ppib, in apb_connection_create() 159 nrf_ppib_publish_set(p_dst_apb->p_ppib, in apb_connection_create()
|
| /hal_nordic-latest/nrfx/soc/interconnect/apb/ |
| D | nrfx_interconnect_apb.h | 56 NRF_PPIB_Type * p_ppib; ///< PPIB peripheral that belongs to given APB. member
|
| D | nrfx_interconnect_apb_haltium_global.h | 112 … .p_ppib = ppib, \
|