| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi.c | 76 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument 78 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_setup() 79 NRF_DPPI_ENDPOINT_SETUP(tep, channel); in nrfx_gppi_task_endpoint_setup() 82 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument 85 nrfx_gppi_task_endpoint_setup(channel, tep); in nrfx_gppi_channel_endpoints_setup() 88 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument 91 nrfx_gppi_task_endpoint_clear(channel, tep); in nrfx_gppi_channel_endpoints_clear() 101 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument 103 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_clear() 105 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_task_endpoint_clear()
|
| D | nrfx_gppi_ppi.c | 68 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument 70 nrf_ppi_task_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, tep); in nrfx_gppi_task_endpoint_setup() 73 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument 75 nrf_ppi_channel_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep, tep); in nrfx_gppi_channel_endpoints_setup() 78 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument 81 nrfx_gppi_task_endpoint_clear(channel, tep); in nrfx_gppi_channel_endpoints_clear() 90 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument 92 (void)tep; in nrfx_gppi_task_endpoint_clear()
|
| D | nrfx_gppi_dppi_ppib.c | 504 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument 507 (void)tep; in nrfx_gppi_task_endpoint_setup() 520 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument 523 (void)tep; in nrfx_gppi_task_endpoint_clear() 570 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument 572 NRFX_ASSERT(tep); in nrfx_gppi_channel_endpoints_setup() 577 nrfx_interconnect_apb_t const * p_dst_apb = (nrfx_interconnect_apb_get(tep)); in nrfx_gppi_channel_endpoints_setup() 640 NRF_DPPI_ENDPOINT_SETUP(tep, *dst_dppi_chan); in nrfx_gppi_channel_endpoints_setup() 648 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument 650 NRFX_ASSERT(tep); in nrfx_gppi_channel_endpoints_clear() [all …]
|
| D | nrfx_gppi.h | 247 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep); 256 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep); 265 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep); 283 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep);
|
| D | nrfx_gppi_dppi_ppib_lumos.c | 558 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument 561 (void)tep; in nrfx_gppi_task_endpoint_setup() 574 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument 577 (void)tep; in nrfx_gppi_task_endpoint_clear() 614 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument 618 nrf_apb_index_t dst_domain = nrfx_interconnect_apb_index_get(tep); in nrfx_gppi_channel_endpoints_setup() 657 NRF_DPPI_ENDPOINT_SETUP(tep, dst_dppi_channel); in nrfx_gppi_channel_endpoints_setup() 660 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument 665 NRF_DPPI_ENDPOINT_CLEAR(tep); in nrfx_gppi_channel_endpoints_clear()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_ppi.h | 208 uint32_t tep); 230 uint32_t tep); 257 uint32_t tep, 459 uint32_t tep) in nrf_ppi_channel_endpoint_setup() argument 462 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup() 474 uint32_t tep) in nrf_ppi_task_endpoint_setup() argument 476 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_task_endpoint_setup() 491 uint32_t tep, in nrf_ppi_channel_and_fork_endpoint_setup() argument 494 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 161 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign() argument 163 if ((uint32_t *)eep == NULL || (uint32_t *)tep == NULL) in nrfx_ppi_channel_assign() 180 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign() 184 tep); in nrfx_ppi_channel_assign()
|
| /hal_nordic-latest/nrfx/drivers/include/ |
| D | nrfx_ppi.h | 118 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);
|