Home
last modified time | relevance | path

Searched refs:STM32_CLOCK_BUS_IOP (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dstm32l0_clock.h12 #define STM32_CLOCK_BUS_IOP 0x02c macro
17 #define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_IOP
Dstm32c0_clock.h12 #define STM32_CLOCK_BUS_IOP 0x034 macro
17 #define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_IOP
Dstm32_clock.h15 #define STM32_CLOCK_BUS_IOP 5 macro
Dstm32g0_clock.h12 #define STM32_CLOCK_BUS_IOP 0x034 macro
17 #define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_IOP
Dstm32u0_clock.h13 #define STM32_CLOCK_BUS_IOP 0x4C macro
/Zephyr-latest/drivers/gpio/
Dgpio_stm32.h118 #define STM32_CLOCK_BUS_GPIO STM32_CLOCK_BUS_IOP
126 #define STM32_CLOCK_BUS_GPIO STM32_CLOCK_BUS_IOP
/Zephyr-latest/drivers/clock_control/
Dclock_stm32_ll_common.c371 #if defined(STM32_CLOCK_BUS_IOP) in stm32_clock_control_get_subsys_rate()
372 case STM32_CLOCK_BUS_IOP: in stm32_clock_control_get_subsys_rate()