/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 487 #if defined(PWR_CR2_USV) 495 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 505 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 515 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
D | stm32g0xx_hal_pwr_ex.h | 599 #if defined(PWR_CR2_USV)
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 517 #if defined(PWR_CR2_USV) 525 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 535 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 545 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
D | stm32l4xx_hal_pwr_ex.h | 840 #if defined(PWR_CR2_USV)
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 517 #if defined(PWR_CR2_USV) 525 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 535 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 546 temp = READ_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_IsEnabledVddUSB() 548 return ((temp == (PWR_CR2_USV))?1U:0U); in LL_PWR_IsEnabledVddUSB()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 621 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 631 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 641 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 508 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 518 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 528 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 249 #if defined(PWR_CR2_USV) 257 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB() 266 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 621 SET_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_EnableVddUSB() 631 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in LL_PWR_DisableVddUSB() 641 return ((READ_BIT(PWR->CR2, PWR_CR2_USV) == (PWR_CR2_USV)) ? 1UL : 0UL); in LL_PWR_IsEnabledVddUSB()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr_ex.c | 206 #if defined(PWR_CR2_USV) 214 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB() 224 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 304 #if defined(PWR_CR2_USV) 312 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB() 322 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 748 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB() 757 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 191 SET_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_EnableVddUSB() 200 CLEAR_BIT(PWR->CR2, PWR_CR2_USV); in HAL_PWREx_DisableVddUSB()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0b0xx.h | 4368 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
D | stm32g0c1xx.h | 5566 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
D | stm32g0b1xx.h | 5330 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u083xx.h | 5063 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
|
D | stm32u073xx.h | 4805 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 5002 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
D | stm32l412xx.h | 4786 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
D | stm32l433xx.h | 8567 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
D | stm32l442xx.h | 8703 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb35xx.h | 6263 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
|
D | stm32wb55xx.h | 6315 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
|
D | stm32wb5mxx.h | 6315 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
|