Home
last modified time | relevance | path

Searched refs:PWR_SR1_SBF (Results 1 – 25 of 58) sorted by relevance

123

/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h73 #define LL_PWR_SR1_SBF PWR_SR1_SBF
781 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
Dstm32c0xx_hal_pwr.h129 #define PWR_FLAG_SB (0x00010000u | PWR_SR1_SBF) /*!< Standby flag */
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h76 #define LL_PWR_SR1_SBF PWR_SR1_SBF
1271 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
Dstm32g0xx_hal_pwr.h151 #define PWR_FLAG_SB (0x00010000u | PWR_SR1_SBF) /*!< Standby flag */
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h73 #define LL_PWR_SR1_SBF PWR_SR1_SBF
1291 temp = READ_BIT(PWR->SR1, PWR_SR1_SBF); in LL_PWR_IsActiveFlag_SB()
1293 return ((temp == (PWR_SR1_SBF))?1U:0U); in LL_PWR_IsActiveFlag_SB()
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_pwr.h74 #define LL_PWR_SR1_SBF PWR_SR1_SBF
1367 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h76 #define LL_PWR_SR1_SBF PWR_SR1_SBF
1425 return ((READ_BIT(PWR->SR1, PWR_SR1_SBF) == (PWR_SR1_SBF)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_SB()
/hal_stm32-3.7.0/stm32cube/stm32c0xx/soc/
Dstm32c031xx.h3677 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32c011xx.h3673 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
/hal_stm32-3.7.0/stm32cube/stm32g0xx/soc/
Dstm32g070xx.h3674 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g030xx.h3637 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g050xx.h3656 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g031xx.h3813 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g041xx.h4049 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g051xx.h4149 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g061xx.h4385 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g071xx.h4373 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g081xx.h4609 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g0b0xx.h4452 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g0b1xx.h5420 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
Dstm32g0c1xx.h5656 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ macro
/hal_stm32-3.7.0/stm32cube/stm32l4xx/soc/
Dstm32l412xx.h4903 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Stand-By Flag */ macro
Dstm32l422xx.h5119 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Stand-By Flag */ macro
/hal_stm32-3.7.0/stm32cube/stm32g4xx/soc/
Dstm32gbk1cb.h6536 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Stand-By Flag */ macro
Dstm32g431xx.h6550 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Stand-By Flag */ macro

123