Home
last modified time | relevance | path

Searched refs:NRF_GPIOTE (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi.h196 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_palna_ppi_setup()
210 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_pa_ppi_setup()
212 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_pa_ppi_setup()
215 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_pa_ppi_setup()
217 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_pa_ppi_setup()
227 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_lna_ppi_setup()
229 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_lna_ppi_setup()
232 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_PALNA_PPI); in hal_lna_ppi_setup()
234 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_DISABLE_PALNA_PPI); in hal_lna_ppi_setup()
249 nrf_gpiote_subscribe_set(NRF_GPIOTE, task, HAL_ENABLE_FEM_PPI); in hal_fem_ppi_setup()
[all …]
Dradio_nrf5_ppi.h279 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_PALNA_GPIOTE_CHAN])); in hal_palna_ppi_setup()
284 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_PALNA_GPIOTE_CHAN])); in hal_palna_ppi_setup()
306 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_PDN_GPIOTE_CHAN]), in hal_fem_ppi_setup()
307 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_CSN_GPIOTE_CHAN])); in hal_fem_ppi_setup()
312 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_PDN_GPIOTE_CHAN]), in hal_fem_ppi_setup()
313 (uint32_t)&(NRF_GPIOTE->TASKS_OUT[HAL_CSN_GPIOTE_CHAN])); in hal_fem_ppi_setup()
Dradio.c1550 NRF_GPIOTE->CONFIG[HAL_PALNA_GPIOTE_CHAN] = in radio_gpio_pa_setup()
1571 NRF_GPIOTE->CONFIG[HAL_PALNA_GPIOTE_CHAN] = in radio_gpio_lna_setup()
1592 NRF_GPIOTE->CONFIG[HAL_PDN_GPIOTE_CHAN] = in radio_gpio_pdn_setup()
1608 NRF_GPIOTE->CONFIG[HAL_CSN_GPIOTE_CHAN] = in radio_gpio_csn_setup()
1661 NRF_GPIOTE->CONFIG[HAL_PALNA_GPIOTE_CHAN] = 0; in radio_gpio_pa_lna_disable()
1662 NRF_GPIOTE->CONFIG[HAL_PDN_GPIOTE_CHAN] = 0; in radio_gpio_pa_lna_disable()
1663 NRF_GPIOTE->CONFIG[HAL_CSN_GPIOTE_CHAN] = 0; in radio_gpio_pa_lna_disable()
1667 NRF_GPIOTE->CONFIG[HAL_PALNA_GPIOTE_CHAN] = 0; in radio_gpio_pa_lna_disable()
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_nrf_sw.c189 nrf_gpiote_te_default(NRF_GPIOTE, gpiote_ch); in pwm_nrf_sw_set_cycles()
238 NRF_GPIOTE->CONFIG[gpiote_ch] = in pwm_nrf_sw_set_cycles()
259 nrf_gpiote_task_address_get(NRF_GPIOTE, pulse_end_task); in pwm_nrf_sw_set_cycles()
261 nrf_gpiote_task_address_get(NRF_GPIOTE, period_end_task); in pwm_nrf_sw_set_cycles()
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_nrfx_common.c62 while (!nrf_gpiote_event_check(NRF_GPIOTE, trigger_event)) { in spi_nrfx_wake_request()
Dspi_nrfx_spim.c226 uint32_t eep = (uint32_t)&NRF_GPIOTE->EVENTS_IN[gpiote_ch]; in anomaly_58_workaround_setup()
232 nrf_gpiote_event_configure(NRF_GPIOTE, gpiote_ch, spim->PSEL.SCK, in anomaly_58_workaround_setup()
234 nrf_gpiote_event_enable(NRF_GPIOTE, gpiote_ch); in anomaly_58_workaround_setup()
253 nrf_gpiote_task_disable(NRF_GPIOTE, gpiote_ch); in anomaly_58_workaround_clear()
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/
Dnrfx_config_nrf91.h84 #define NRF_GPIOTE NRF_GPIOTE1 macro
86 #define NRF_GPIOTE NRF_GPIOTE0 macro
Dnrfx_config_nrf5340_application.h102 #define NRF_GPIOTE NRF_GPIOTE1 macro
104 #define NRF_GPIOTE NRF_GPIOTE0 macro
Dnrfx_config_nrf5340_network.h32 #define NRF_GPIOTE NRF_GPIOTE_NS macro
/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_nrf_led_matrix.c343 NRF_GPIOTE->CONFIG[dev_data->gpiote_ch[channel_idx]] = gpiote_cfg; in prepare_pixel_pulse()
373 NRF_GPIOTE->CONFIG[dev_data->gpiote_ch[i]] = 0; in timer_irq_handler()
482 nrf_gpiote_event_address_get(NRF_GPIOTE, in instance_init()
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/
Dvalidate_base_addresses.c143 CHECK_DT_REG(gpiote, NRF_GPIOTE);
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst278 - NRF_GPIOTE