Home
last modified time | relevance | path

Searched refs:PWR_CR2_USV (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_pwr.h487 #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()
Dstm32g0xx_hal_pwr_ex.h599 #if defined(PWR_CR2_USV)
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h517 #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()
Dstm32l4xx_hal_pwr_ex.h840 #if defined(PWR_CR2_USV)
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_pwr.h517 #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/
Dstm32u0xx_ll_pwr.h621 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/
Dstm32l5xx_ll_pwr.h508 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/
Dstm32g0xx_hal_pwr_ex.c249 #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/
Dstm32wbxx_ll_pwr.h621 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/
Dstm32l5xx_hal_pwr_ex.c206 #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/
Dstm32l4xx_hal_pwr_ex.c304 #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/
Dstm32u0xx_hal_pwr_ex.c748 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/
Dstm32wbxx_hal_pwr_ex.c191 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/
Dstm32g0b0xx.h4368 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
Dstm32g0c1xx.h5566 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
Dstm32g0b1xx.h5330 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u083xx.h5063 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
Dstm32u073xx.h4805 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h5002 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
Dstm32l412xx.h4786 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
Dstm32l433xx.h8567 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
Dstm32l442xx.h8703 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< VDD USB Supply … macro
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb35xx.h6263 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
Dstm32wb55xx.h6315 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro
Dstm32wb5mxx.h6315 #define PWR_CR2_USV PWR_CR2_USV_Msk /*!< USB Supply Vali… macro

12