Home
last modified time | relevance | path

Searched refs:LL_MISC_EnableClockLowPower (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc.h2863 #define __HAL_RCC_DBG_CLK_SLEEP_ENABLE() LL_MISC_EnableClockLowPower(LL_DBG)
2867 #define __HAL_RCC_XSPIPHYCOMP_CLK_SLEEP_ENABLE() LL_MISC_EnableClockLowPower(LL_XSPIPHYCOMP)
2870 #define __HAL_RCC_PER_CLK_SLEEP_ENABLE() LL_MISC_EnableClockLowPower(LL_PER)
Dstm32n6xx_ll_bus.h3915 __STATIC_INLINE void LL_MISC_EnableClockLowPower(uint32_t Misc) in LL_MISC_EnableClockLowPower() function