Searched refs:PWR_UCPDR_UCPD_STBY (Results 1 – 13 of 13) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_pwr.h | 887 #if defined (PWR_UCPDR_UCPD_STBY) 897 SET_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in LL_PWR_EnableUCPDStandbyMode() 910 CLEAR_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in LL_PWR_DisableUCPDStandbyMode() 921 return ((READ_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY) == (PWR_UCPDR_UCPD_STBY)) ? 1UL : 0UL); in LL_PWR_IsEnabledUCPDStandbyMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 388 #if defined (PWR_UCPDR_UCPD_STBY) 395 SET_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in HAL_PWREx_EnableUCPDStandbyMode() 406 CLEAR_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in HAL_PWREx_DisableUCPDStandbyMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 850 SET_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in LL_PWR_EnableUCPDStandbyMode() 862 CLEAR_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in LL_PWR_DisableUCPDStandbyMode() 872 return ((READ_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY) == (PWR_UCPDR_UCPD_STBY)) ? 1UL : 0UL); in LL_PWR_IsEnabledUCPDStandbyMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr_ex.c | 925 SET_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in HAL_PWREx_EnableUCPDStandbyMode() 936 CLEAR_BIT(PWR->UCPDR, PWR_UCPDR_UCPD_STBY); in HAL_PWREx_DisableUCPDStandbyMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 11790 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk macro
|
D | stm32h562xx.h | 12516 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk macro
|
D | stm32h533xx.h | 12309 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk macro
|
D | stm32h573xx.h | 15119 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk macro
|
D | stm32h563xx.h | 14600 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 14276 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk /*!< UCPD Standby mo… macro
|
D | stm32h7s7xx.h | 15310 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk /*!< UCPD Standby mo… macro
|
D | stm32h7s3xx.h | 14908 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk /*!< UCPD Standby mo… macro
|
D | stm32h7r7xx.h | 14676 #define PWR_UCPDR_UCPD_STBY PWR_UCPDR_UCPD_STBY_Msk /*!< UCPD Standby mo… macro
|