Searched refs:tep (Results 1 – 6 of 6) sorted by relevance
/hal_nordic-3.5.0/nrfx/helpers/ |
D | nrfx_gppi_dppi.c | 72 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup() argument 74 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_setup() 75 NRF_DPPI_ENDPOINT_SETUP(tep, channel); in nrfx_gppi_task_endpoint_setup() 78 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup() argument 81 nrfx_gppi_task_endpoint_setup(channel, tep); in nrfx_gppi_channel_endpoints_setup() 84 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear() argument 87 nrfx_gppi_task_endpoint_clear(channel, tep); in nrfx_gppi_channel_endpoints_clear() 97 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear() argument 99 NRFX_ASSERT(tep); in nrfx_gppi_task_endpoint_clear() 101 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.h | 242 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep); 251 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep); 260 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep); 278 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep);
|
/hal_nordic-3.5.0/nrfx/hal/ |
D | nrf_ppi.h | 208 uint32_t tep); 230 uint32_t tep); 257 uint32_t tep, 444 uint32_t tep) in nrf_ppi_channel_endpoint_setup() argument 447 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup() 459 uint32_t tep) in nrf_ppi_task_endpoint_setup() argument 461 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_task_endpoint_setup() 476 uint32_t tep, in nrf_ppi_channel_and_fork_endpoint_setup() argument 479 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
|
/hal_nordic-3.5.0/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-3.5.0/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);
|