Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc_ex.h1171 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
1173 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
1177 #define __HAL_RCC_USB_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USBEN))
1637 #define __HAL_RCC_USB_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) != RESET)
1638 #define __HAL_RCC_USB_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) == RESET)
Dstm32f0xx_ll_bus.h133 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rcc.h798 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
800 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
837 #define __HAL_RCC_USB_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USBEN))
1152 #define __HAL_RCC_USB_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) != 0U)
1167 #define __HAL_RCC_USB_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) == 0U)
Dstm32l1xx_ll_bus.h134 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h836 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
838 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
842 #define __HAL_RCC_USB_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USBEN))
1091 #define __HAL_RCC_USB_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) != RESET)
1092 #define __HAL_RCC_USB_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) == RESET)
Dstm32f1xx_ll_bus.h163 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc_ex.h2252 SET_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
2254 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
2258 #define __HAL_RCC_USB_CLK_DISABLE() (RCC->APB1ENR &= ~(RCC_APB1ENR_USBEN))
2598 #define __HAL_RCC_USB_IS_CLK_ENABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) != RESET)
2600 #define __HAL_RCC_USB_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_USBEN)) == RESET)
Dstm32f3xx_ll_bus.h161 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc_ex.h674 #define __HAL_RCC_USB_CLK_ENABLE() SET_BIT(RCC->APB1ENR, (RCC_APB1ENR_USBEN))
675 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR, (RCC_APB1ENR_USBEN))
677 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN) != 0U)
678 #define __HAL_RCC_USB_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN) == 0U)
Dstm32l0xx_ll_bus.h125 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN /*!< USB clock enable */
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h3193 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32f070xb.h3327 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f102x6.h1230 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB Device cloc… macro
Dstm32f102xb.h1267 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB Device cloc… macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l052xx.h4112 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l062xx.h4246 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l053xx.h4262 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l072xx.h4303 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l073xx.h4451 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
/hal_stm32-latest/stm32cube/stm32l1xx/soc/
Dstm32l152xb.h4352 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l152xba.h4360 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l100xba.h4348 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l100xb.h4328 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l151xb.h4213 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
Dstm32l151xba.h4236 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro

123