Searched refs:nrf_ppi_channel_t (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_ppi.h | 92 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel); 105 nrfx_err_t nrfx_ppi_channel_free(nrf_ppi_channel_t channel); 118 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep); 130 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep); 141 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel); 152 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel); 187 NRFX_STATIC_INLINE uint32_t nrfx_ppi_channel_to_mask(nrf_ppi_channel_t channel); 214 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_include_in_group(nrf_ppi_channel_t channel, 242 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_remove_from_group(nrf_ppi_channel_t channel, 306 NRFX_STATIC_INLINE uint32_t nrfx_ppi_channel_to_mask(nrf_ppi_channel_t channel) in nrfx_ppi_channel_to_mask() [all …]
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_ppi.h | 90 } nrf_ppi_channel_t; typedef 147 NRF_STATIC_INLINE void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel); 157 NRF_STATIC_INLINE void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel); 172 nrf_ppi_channel_t channel); 206 nrf_ppi_channel_t channel, 218 nrf_ppi_channel_t channel, 229 nrf_ppi_channel_t channel, 242 nrf_ppi_channel_t channel, 255 nrf_ppi_channel_t channel, 271 nrf_ppi_channel_t channel, [all …]
|
| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_ppi.c | 44 return (nrf_ppi_channel_enable_get(NRF_PPI, (nrf_ppi_channel_t)channel) == in nrfx_gppi_channel_check() 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() 105 nrf_ppi_fork_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, 0); in nrfx_gppi_fork_endpoint_clear() 171 return nrfx_ppi_channel_alloc((nrf_ppi_channel_t *)p_channel); in nrfx_gppi_channel_alloc() 181 return nrfx_ppi_channel_free((nrf_ppi_channel_t)channel); in nrfx_gppi_channel_free()
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_debug_gpio.c | 76 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_END, in radio_event_gpio_toggle_init() 79 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_DISABLED, in radio_event_gpio_toggle_init() 82 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_READY, in radio_event_gpio_toggle_init() 86 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_END); in radio_event_gpio_toggle_init() 87 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_DISABLED); in radio_event_gpio_toggle_init() 88 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_READY); in radio_event_gpio_toggle_init()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 72 static bool is_programmable_app_channel(nrf_ppi_channel_t channel) in is_programmable_app_channel() 100 static bool is_app_channel(nrf_ppi_channel_t channel) in is_app_channel() 142 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel) in nrfx_ppi_channel_alloc() 148 nrfx_err_t nrfx_ppi_channel_free(nrf_ppi_channel_t channel) in nrfx_ppi_channel_free() 161 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign() 190 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep) in nrfx_ppi_channel_fork_assign() 217 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_enable() 239 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_disable()
|