Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 24 of 24) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_ppi.c12 void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_enable() argument
14 p_reg->CHENSET = (1 << channel); in nrf_ppi_channel_enable()
18 void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_disable() argument
20 p_reg->CHENCLR = (1 << channel); in nrf_ppi_channel_disable()
37 nrf_ppi_channel_t channel, in nrf_ppi_channel_endpoint_setup() argument
41 p_reg->CH[(uint32_t) channel].EEP = eep; in nrf_ppi_channel_endpoint_setup()
42 nrf_ppi_regw_sideeffects_EEP(channel); in nrf_ppi_channel_endpoint_setup()
43 p_reg->CH[(uint32_t) channel].TEP = tep; in nrf_ppi_channel_endpoint_setup()
44 nrf_ppi_regw_sideeffects_TEP(channel); in nrf_ppi_channel_endpoint_setup()
48 nrf_ppi_channel_t channel, in nrf_ppi_event_endpoint_setup() argument
[all …]
Dnrf_ppib.c22 uint8_t channel) in nrf_ppib_subscribe_set() argument
26 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ppib_subscribe_set()
Dnrf_temp.c63 uint8_t channel) in nrf_temp_subscribe_set() argument
66 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_temp_subscribe_set()
Dnrf_ecb.c61 uint8_t channel) in nrf_ecb_subscribe_set() argument
64 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ecb_subscribe_set()
Dnrf_aar.c61 uint8_t channel) in nrf_aar_subscribe_set() argument
64 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_aar_subscribe_set()
Dnrf_rng.c65 uint8_t channel) in nrf_rng_subscribe_set() argument
68 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_rng_subscribe_set()
Dnrf_ccm.c68 uint8_t channel) in nrf_ccm_subscribe_set() argument
71 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ccm_subscribe_set()
Dnrf_ipc.c53 uint8_t channel) in nrf_ipc_subscribe_set() argument
57 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ipc_subscribe_set()
Dnrf_egu.c56 uint8_t channel) in nrf_egu_subscribe_set() argument
60 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_egu_subscribe_set()
Dnrf_54_ecb.c71 uint8_t channel) in nrf_ecb_subscribe_set() argument
74 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ecb_subscribe_set()
Dnrf_dppi.c77 uint8_t channel) in nrf_dppi_subscribe_set() argument
79 NRFX_ASSERT(channel < nrf_dppi_channel_number_get(p_reg)); in nrf_dppi_subscribe_set()
81 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_dppi_subscribe_set()
Dnrf_54_aar.c91 uint8_t channel) in nrf_aar_subscribe_set() argument
94 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_aar_subscribe_set()
Dnrf_54_ccm.c90 uint8_t channel) in nrf_ccm_subscribe_set() argument
93 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_ccm_subscribe_set()
Dnrf_timer.c111 uint8_t channel) in nrf_timer_subscribe_set() argument
114 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_timer_subscribe_set()
Dnrf_radio.c130 uint8_t channel) in nrf_radio_subscribe_set() argument
133 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_radio_subscribe_set()
Dnrf_rtc.c120 uint8_t channel) in nrf_rtc_subscribe_set() argument
123 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_rtc_subscribe_set()
Dnrf_clock.c141 uint8_t channel) in nrf_clock_subscribe_set() argument
144 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_clock_subscribe_set()
Dnrf_uart.c136 uint8_t channel) in nrf_uart_subscribe_set() argument
139 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_uart_subscribe_set()
Dnrf_uarte.c146 uint8_t channel) in nrf_uarte_subscribe_set() argument
149 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_uarte_subscribe_set()
Dnrf_grtc.c81 uint8_t channel) in nrf_grtc_subscribe_set() argument
90 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_grtc_subscribe_set()
Dnrf_gpiote.c312 uint8_t channel) in nrf_gpiote_subscribe_set() argument
315 ((uint32_t)channel | NRF_SUBSCRIBE_PUBLISH_ENABLE); in nrf_gpiote_subscribe_set()
Dnrf_hack.c337 void nrf_dppi_hack_subscribe_set(void *sub_reg, unsigned int channel)
349 set_f(p_reg, task, channel);
/nrf_hw_models-latest/src/nrfx/hal_replacements/hal/
Dnrf_dppi.h23 void nrf_dppi_hack_subscribe_set(void *sub_reg, unsigned int channel);
/nrf_hw_models-latest/docs/
DGPIO.md51 SW point of view (that is, when configuring an App core GPIOTE channel), the App core port P0 is