Home
last modified time | relevance | path

Searched refs:eep (Results 1 – 10 of 10) sorted by relevance

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi.c70 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()
Dnrfx_gppi_ppi.c63 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()
Dnrfx_gppi_dppi_ppib.c496 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 …]
Dnrfx_gppi.h236 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);
Dnrfx_gppi_dppi_ppib_lumos.c550 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/
Dnrf_ppi.h207 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/
Dnrfx_ppi.c161 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/
Dsaadc_examples_common.c67 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()
Dsaadc_examples_common.h96 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/
Dnrfx_ppi.h118 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);