Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h465 __STATIC_INLINE void LL_PWR_SetFlashPowerModeLPRun(uint32_t FlashLowPowerMode) in LL_PWR_SetFlashPowerModeLPRun() argument
471 MODIFY_REG(PWR->CR1, PWR_CR1_FPDR, FlashLowPowerMode); in LL_PWR_SetFlashPowerModeLPRun()
494 __STATIC_INLINE void LL_PWR_SetFlashPowerModeSleep(uint32_t FlashLowPowerMode) in LL_PWR_SetFlashPowerModeSleep() argument
496 MODIFY_REG(PWR->CR1, PWR_CR1_FPDS, FlashLowPowerMode); in LL_PWR_SetFlashPowerModeSleep()
1559 __STATIC_INLINE void LL_C2_PWR_SetFlashPowerModeLPRun(uint32_t FlashLowPowerMode) in LL_C2_PWR_SetFlashPowerModeLPRun() argument
1565 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_FPDR, FlashLowPowerMode); in LL_C2_PWR_SetFlashPowerModeLPRun()
1588 __STATIC_INLINE void LL_C2_PWR_SetFlashPowerModeSleep(uint32_t FlashLowPowerMode) in LL_C2_PWR_SetFlashPowerModeSleep() argument
1590 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_FPDS, FlashLowPowerMode); in LL_C2_PWR_SetFlashPowerModeSleep()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_pwr.h567 __STATIC_INLINE void LL_PWR_SetFlashPowerModeLPRun(uint32_t FlashLowPowerMode) in LL_PWR_SetFlashPowerModeLPRun() argument
573 MODIFY_REG(PWR->CR1, PWR_CR1_FPDR, FlashLowPowerMode); in LL_PWR_SetFlashPowerModeLPRun()
596 __STATIC_INLINE void LL_PWR_SetFlashPowerModeSleep(uint32_t FlashLowPowerMode) in LL_PWR_SetFlashPowerModeSleep() argument
598 MODIFY_REG(PWR->CR1, PWR_CR1_FPDS, FlashLowPowerMode); in LL_PWR_SetFlashPowerModeSleep()
1693 __STATIC_INLINE void LL_C2_PWR_SetFlashPowerModeLPRun(uint32_t FlashLowPowerMode) in LL_C2_PWR_SetFlashPowerModeLPRun() argument
1699 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_FPDR, FlashLowPowerMode); in LL_C2_PWR_SetFlashPowerModeLPRun()
1722 __STATIC_INLINE void LL_C2_PWR_SetFlashPowerModeSleep(uint32_t FlashLowPowerMode) in LL_C2_PWR_SetFlashPowerModeSleep() argument
1724 MODIFY_REG(PWR->C2CR1, PWR_C2CR1_FPDS, FlashLowPowerMode); in LL_C2_PWR_SetFlashPowerModeSleep()