Searched refs:RCC_APBENR1_USBEN (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 833 SET_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 835 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 908 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) 1068 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) != 0U) 1091 #define __HAL_RCC_USB_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) == 0U)
|
D | stm32c0xx_ll_bus.h | 95 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 930 SET_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 932 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 1095 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) 1305 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) != 0U) 1367 #define __HAL_RCC_USB_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) == 0U)
|
D | stm32u0xx_ll_bus.h | 115 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1219 SET_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 1221 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \ 1423 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) 1548 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) != 0U) 1612 #define __HAL_RCC_USB_IS_CLK_DISABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) == 0U)
|
D | stm32g0xx_ll_bus.h | 127 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c071xx.h | 4712 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g0b0xx.h | 5535 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|
D | stm32g0c1xx.h | 6829 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|
D | stm32g0b1xx.h | 6581 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u083xx.h | 6209 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|
D | stm32u073xx.h | 5945 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
|