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/ |
D | radio_nrf5_dppi.h | 196 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 …]
|
D | radio_nrf5_ppi.h | 279 (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()
|
D | radio.c | 1550 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/ |
D | pwm_nrf_sw.c | 189 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/ |
D | spi_nrfx_common.c | 62 while (!nrf_gpiote_event_check(NRF_GPIOTE, trigger_event)) { in spi_nrfx_wake_request()
|
D | spi_nrfx_spim.c | 226 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/ |
D | nrfx_config_nrf91.h | 84 #define NRF_GPIOTE NRF_GPIOTE1 macro 86 #define NRF_GPIOTE NRF_GPIOTE0 macro
|
D | nrfx_config_nrf5340_application.h | 102 #define NRF_GPIOTE NRF_GPIOTE1 macro 104 #define NRF_GPIOTE NRF_GPIOTE0 macro
|
D | nrfx_config_nrf5340_network.h | 32 #define NRF_GPIOTE NRF_GPIOTE_NS macro
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | display_nrf_led_matrix.c | 343 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/ |
D | validate_base_addresses.c | 143 CHECK_DT_REG(gpiote, NRF_GPIOTE);
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 278 - NRF_GPIOTE
|