Home
last modified time | relevance | path

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

/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h1185 SET_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \
1187 … tmpreg = READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN); \
1389 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APBENR1, RCC_APBENR1_USBEN)
1514 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APBENR1, RCC_APBENR1_USBEN) != 0U)
1578 #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-3.4.0/stm32cube/stm32g0xx/soc/
Dstm32g0b0xx.h5526 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
Dstm32g0b1xx.h6575 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro
Dstm32g0c1xx.h6823 #define RCC_APBENR1_USBEN RCC_APBENR1_USBEN_Msk macro