Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_pwr.h102 #if defined(PWR_CR_MRUDS) && defined(PWR_CR_LPUDS) && defined(PWR_CR_FPDS)
103 #define LL_PWR_MODE_STOP_MAINREGU_UNDERDRIVE (PWR_CR_MRUDS | PWR_CR_FPDS) /*!< Ent…
104 #define LL_PWR_MODE_STOP_LPREGU_UNDERDRIVE (PWR_CR_LPDS | PWR_CR_LPUDS | PWR_CR_FPDS) /*!< Ent…
106 #if defined(PWR_CR_MRLVDS) && defined(PWR_CR_LPLVDS) && defined(PWR_CR_FPDS)
107 #define LL_PWR_MODE_STOP_MAINREGU_DEEPSLEEP (PWR_CR_MRLVDS | PWR_CR_FPDS) /*!< Ent…
108 #define LL_PWR_MODE_STOP_LPREGU_DEEPSLEEP (PWR_CR_LPDS | PWR_CR_LPLVDS | PWR_CR_FPDS) /*!< Ent…
530 SET_BIT(PWR->CR, PWR_CR_FPDS); in LL_PWR_EnableFlashPowerDown()
540 CLEAR_BIT(PWR->CR, PWR_CR_FPDS); in LL_PWR_DisableFlashPowerDown()
550 return (READ_BIT(PWR->CR, PWR_CR_FPDS) == (PWR_CR_FPDS)); in LL_PWR_IsEnabledFlashPowerDown()
665 #if defined(PWR_CR_MRUDS) && defined(PWR_CR_LPUDS) && defined(PWR_CR_FPDS) in LL_PWR_SetPowerMode()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_pwr.h165 SET_BIT(PWR->CR, PWR_CR_FPDS); in LL_PWR_EnableFlashPowerDown()
175 CLEAR_BIT(PWR->CR, PWR_CR_FPDS); in LL_PWR_DisableFlashPowerDown()
185 return (READ_BIT(PWR->CR, PWR_CR_FPDS) == (PWR_CR_FPDS)); in LL_PWR_IsEnabledFlashPowerDown()
Dstm32f2xx_hal_pwr_ex.h88 #define FPDS_BIT_NUMBER POSITION_VAL(PWR_CR_FPDS)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h4157 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f410rx.h4157 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f410tx.h4147 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f401xc.h3820 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f401xe.h3820 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f411xe.h3823 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f405xx.h9097 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f412cx.h8231 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f415xx.h9362 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f423xx.h9201 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f407xx.h9397 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f412zx.h8926 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f412rx.h8920 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f412vx.h8922 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f413xx.h9165 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f427xx.h10070 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f446xx.h9711 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f417xx.h9659 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h8953 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f205xx.h8718 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f207xx.h9017 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro
Dstm32f217xx.h9252 #define PWR_CR_FPDS PWR_CR_FPDS_Msk /*!< Flash power dow… macro

12