/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc_ex.h | 1171 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)
|
D | stm32f0xx_ll_bus.h | 133 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 798 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)
|
D | stm32l1xx_ll_bus.h | 134 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 836 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)
|
D | stm32f1xx_ll_bus.h | 163 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc_ex.h | 2252 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)
|
D | stm32f3xx_ll_bus.h | 161 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc_ex.h | 674 #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)
|
D | stm32l0xx_ll_bus.h | 125 #define LL_APB1_GRP1_PERIPH_USB RCC_APB1ENR_USBEN /*!< USB clock enable */
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 3193 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32f070xb.h | 3327 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f102x6.h | 1230 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB Device cloc… macro
|
D | stm32f102xb.h | 1267 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB Device cloc… macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l052xx.h | 4112 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l062xx.h | 4246 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l053xx.h | 4262 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l072xx.h | 4303 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l073xx.h | 4451 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 4352 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l152xba.h | 4360 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l100xba.h | 4348 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l100xb.h | 4328 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l151xb.h | 4213 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|
D | stm32l151xba.h | 4236 #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enabl… macro
|