Home
last modified time | relevance | path

Searched refs:stm32_gpio_intc_remove_irq_callback (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dgpio_intc_stm32.h98 void stm32_gpio_intc_remove_irq_callback(stm32_gpio_irq_line_t line);
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gpio_stm32wb0.c290 void stm32_gpio_intc_remove_irq_callback(uint32_t line) in stm32_gpio_intc_remove_irq_callback() function
Dintc_exti_stm32.c338 void stm32_gpio_intc_remove_irq_callback(stm32_gpio_irq_line_t line) in stm32_gpio_intc_remove_irq_callback() function
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.c213 stm32_gpio_intc_remove_irq_callback(irq_line); in gpio_stm32_disable_pin_irqs()