Home
last modified time | relevance | path

Searched refs:PWR_CR1_FLPS (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_pwr.h386 SET_BIT(PWR->CR1, PWR_CR1_FLPS); in LL_PWR_EnableFlashLowPower()
396 CLEAR_BIT(PWR->CR1, PWR_CR1_FLPS); in LL_PWR_DisableFlashLowPower()
406 return ((READ_BIT(PWR->CR1, PWR_CR1_FLPS) == (PWR_CR1_FLPS)) ? 1UL : 0UL); in LL_PWR_IsEnabledFlashLowPower()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h482 SET_BIT(PWR->CR1, PWR_CR1_FLPS); in LL_PWR_EnableFlashPowerDown()
492 CLEAR_BIT(PWR->CR1, PWR_CR1_FLPS); in LL_PWR_DisableFlashPowerDown()
502 return ((READ_BIT(PWR->CR1, PWR_CR1_FLPS) == (PWR_CR1_FLPS)) ? 1UL : 0UL); in LL_PWR_IsEnabledFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_pwr_ex.c489 SET_BIT(PWR->CR1, PWR_CR1_FLPS); in HAL_PWREx_EnableFlashPowerDown()
503 CLEAR_BIT(PWR->CR1, PWR_CR1_FLPS); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1219 SET_BIT (PWR->CR1, PWR_CR1_FLPS); in HAL_PWREx_EnableFlashPowerDown()
1233 CLEAR_BIT (PWR->CR1, PWR_CR1_FLPS); in HAL_PWREx_DisableFlashPowerDown()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12329 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7b0xx.h12773 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7b0xxq.h12774 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7a3xxq.h12330 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7b3xx.h12780 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7b3xxq.h12781 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h730xxq.h14657 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h733xx.h14656 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h725xx.h14206 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h730xx.h14656 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h735xx.h14657 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h742xx.h13504 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h723xx.h14205 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h750xx.h14397 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h753xx.h14403 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h745xx.h14658 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h745xg.h14658 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h14023 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7s7xx.h15057 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7s3xx.h14655 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro
Dstm32h7r7xx.h14423 #define PWR_CR1_FLPS PWR_CR1_FLPS_Msk /*!< Flash low power… macro

12