/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 125 #define LL_PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP 306 SET_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_EnableFlashPWRDownModeDuringStop() 316 CLEAR_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_DisableFlashPWRDownModeDuringStop() 326 return ((READ_BIT(PWR->CR1, PWR_CR1_FPD_STOP) == (PWR_CR1_FPD_STOP)) ? 1UL : 0UL); in LL_PWR_IsEnabledFlashPWRDownModeDuringSTOP()
|
D | stm32u0xx_hal_pwr_ex.h | 133 #define PWR_FLASHPD_STOP PWR_CR1_FPD_STOP /*!< Enable Flash power down in sto…
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 259 SET_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_EnableFlashPowerDownInStop() 269 CLEAR_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_DisableFlashPowerDownInStop() 279 return ((READ_BIT(PWR->CR1, PWR_CR1_FPD_STOP) == (PWR_CR1_FPD_STOP)) ? 1UL : 0UL); in LL_PWR_IsEnableFlashPowerDownInStop()
|
D | stm32c0xx_hal_pwr_ex.h | 158 #define PWR_FLASHPD_STOP PWR_CR1_FPD_STOP /*!< Enable Flash power down in stop…
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 432 SET_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_EnableFlashPowerDownInStop() 442 CLEAR_BIT(PWR->CR1, PWR_CR1_FPD_STOP); in LL_PWR_DisableFlashPowerDownInStop() 452 return ((READ_BIT(PWR->CR1, PWR_CR1_FPD_STOP) == (PWR_CR1_FPD_STOP)) ? 1UL : 0UL); in LL_PWR_IsEnableFlashPowerDownInStop()
|
D | stm32g0xx_hal_pwr_ex.h | 234 #define PWR_FLASHPD_STOP PWR_CR1_FPD_STOP /*!< Enable Flash power down in stop…
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 3537 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32c031xx.h | 3544 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32c071xx.h | 3824 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3553 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g050xx.h | 3572 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g070xx.h | 3581 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g031xx.h | 3707 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g041xx.h | 3943 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g051xx.h | 4043 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g061xx.h | 4279 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g071xx.h | 4258 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g081xx.h | 4494 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g0b0xx.h | 4347 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g0c1xx.h | 5523 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32g0b1xx.h | 5287 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 4366 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32u083xx.h | 5023 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|
D | stm32u073xx.h | 4765 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power dow… macro
|