| /hal_nordic-latest/nrfx/helpers/ |
| D | nrfx_gppi_dppi.c | 70 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup() argument 72 NRFX_ASSERT(eep); in nrfx_gppi_event_endpoint_setup() 73 NRF_DPPI_ENDPOINT_SETUP(eep, channel); in nrfx_gppi_event_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 84 nrfx_gppi_event_endpoint_setup(channel, eep); 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 90 nrfx_gppi_event_endpoint_clear(channel, eep); in nrfx_gppi_channel_endpoints_clear() 94 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear() argument 96 NRFX_ASSERT(eep); in nrfx_gppi_event_endpoint_clear() 98 NRF_DPPI_ENDPOINT_CLEAR(eep); in nrfx_gppi_event_endpoint_clear()
|
| D | nrfx_gppi_ppi.c | 63 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup() argument 65 nrf_ppi_event_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep); in nrfx_gppi_event_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 80 nrfx_gppi_event_endpoint_clear(channel, eep); in nrfx_gppi_channel_endpoints_clear() 84 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear() argument 86 (void)eep; in nrfx_gppi_event_endpoint_clear()
|
| D | nrfx_gppi_dppi_ppib.c | 496 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup() argument 499 (void)eep; in nrfx_gppi_event_endpoint_setup() 512 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear() argument 515 (void)eep; in nrfx_gppi_event_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 573 NRFX_ASSERT(eep); in nrfx_gppi_channel_endpoints_setup() 576 nrfx_interconnect_apb_t const * p_src_apb = (nrfx_interconnect_apb_get(eep)); in nrfx_gppi_channel_endpoints_setup() 639 NRF_DPPI_ENDPOINT_SETUP(eep, *src_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 651 NRFX_ASSERT(eep); in nrfx_gppi_channel_endpoints_clear() [all …]
|
| D | nrfx_gppi.h | 236 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep); 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); 274 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep);
|
| D | nrfx_gppi_dppi_ppib_lumos.c | 550 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup() argument 553 (void)eep; in nrfx_gppi_event_endpoint_setup() 566 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear() argument 569 (void)eep; in nrfx_gppi_event_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 617 nrf_apb_index_t src_domain = nrfx_interconnect_apb_index_get(eep); in nrfx_gppi_channel_endpoints_setup() 656 NRF_DPPI_ENDPOINT_SETUP(eep, src_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 664 NRF_DPPI_ENDPOINT_CLEAR(eep); in nrfx_gppi_channel_endpoints_clear()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_ppi.h | 207 uint32_t eep, 219 uint32_t eep); 256 uint32_t eep, 458 uint32_t eep, in nrf_ppi_channel_endpoint_setup() argument 461 p_reg->CH[(uint32_t) channel].EEP = eep; in nrf_ppi_channel_endpoint_setup() 467 uint32_t eep) in nrf_ppi_event_endpoint_setup() argument 469 p_reg->CH[(uint32_t) channel].EEP = eep; in nrf_ppi_event_endpoint_setup() 490 uint32_t eep, 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() 183 eep, in nrfx_ppi_channel_assign()
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_saadc/common/ |
| D | saadc_examples_common.c | 67 void pin_on_event_toggle_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin, uint32_t eep) in pin_on_event_toggle_setup() argument 80 eep, in pin_on_event_toggle_setup()
|
| D | saadc_examples_common.h | 96 void pin_on_event_toggle_setup(nrfx_gpiote_t const * p_gpiote, nrfx_gpiote_pin_t pin, uint32_t eep);
|
| /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);
|