Home
last modified time | relevance | path

Searched refs:LL_APB1_GRP1_PERIPH_PWR (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_stm32l4_l5_wb_wl.c95 #ifdef LL_APB1_GRP1_PERIPH_PWR in config_enable_default_clocks()
97 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32c0.c24 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32g4.c81 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32g0_u0.c77 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32l0_l1.c112 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32f1.c172 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32f0_f3.c148 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
Dclock_stm32f2_f4_f7.c177 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in config_enable_default_clocks()
/Zephyr-latest/soc/st/stm32/stm32l1x/
Dsoc.c40 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in soc_early_init_hook()
/Zephyr-latest/soc/st/stm32/stm32l0x/
Dsoc.c45 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in soc_early_init_hook()
/Zephyr-latest/soc/st/stm32/stm32u0x/
Dsoc.c37 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in soc_early_init_hook()
/Zephyr-latest/soc/st/stm32/stm32g4x/
Dsoc.c48 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in soc_early_init_hook()
Dpower.c86 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in stm32_power_init()
/Zephyr-latest/soc/st/stm32/stm32l5x/
Dsoc.c42 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in soc_early_init_hook()
Dpower.c105 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in stm32_power_init()
/Zephyr-latest/soc/st/stm32/stm32f4x/
Dpower.c83 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in stm32_power_init()
/Zephyr-latest/soc/st/stm32/stm32g0x/
Dpower.c88 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in stm32_power_init()
/Zephyr-latest/soc/st/stm32/stm32l4x/
Dpower.c121 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in stm32_power_init()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_stm32.c650 #if defined(LL_APB1_GRP1_PERIPH_PWR) in usb_dc_attach()
651 if (LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_PWR)) { in usb_dc_attach()
654 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in usb_dc_attach()
656 LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_PWR); in usb_dc_attach()
/Zephyr-latest/drivers/usb/udc/
Dudc_stm32.c1219 #if defined(LL_APB1_GRP1_PERIPH_PWR) in udc_stm32_driver_init0()
1220 if (LL_APB1_GRP1_IsEnabledClock(LL_APB1_GRP1_PERIPH_PWR)) { in udc_stm32_driver_init0()
1223 LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); in udc_stm32_driver_init0()
1225 LL_APB1_GRP1_DisableClock(LL_APB1_GRP1_PERIPH_PWR); in udc_stm32_driver_init0()