drivers: clock control disable AHB3 clock in stm32_clock_control_off
This commit is fixing the error on clock control for the AHB3 in the stm32_clock_control_off function. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
8773c31047
commit
a1e7c4dbfa
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ static inline int stm32_clock_control_off(const struct device *dev,
|
|||
defined(CONFIG_SOC_SERIES_STM32WLX) || \
|
||||
defined(CONFIG_SOC_SERIES_STM32G4X)
|
||||
case STM32_CLOCK_BUS_AHB3:
|
||||
LL_AHB3_GRP1_EnableClock(pclken->enr);
|
||||
LL_AHB3_GRP1_DisableClock(pclken->enr);
|
||||
break;
|
||||
#endif /* CONFIG_SOC_SERIES_STM32_* */
|
||||
case STM32_CLOCK_BUS_APB1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue