Home
last modified time | relevance | path

Searched refs:RCC_APBENR1_USBEN (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc.h833 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)
Dstm32c0xx_ll_bus.h95 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h930 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)
Dstm32u0xx_ll_bus.h115 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1219 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)
Dstm32g0xx_ll_bus.h127 #define LL_APB1_GRP1_PERIPH_USB RCC_APBENR1_USBEN
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c071xx.h4712 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h5535 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
Dstm32g0c1xx.h6829 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
Dstm32g0b1xx.h6581 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u083xx.h6209 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
Dstm32u073xx.h5945 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro