Searched refs:RCC_APB2ENR_USBEN (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1784 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN); \ 1786 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN); \ 1842 #define __HAL_RCC_USB_FS_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) 2484 #define __HAL_RCC_USB_FS_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) != 0U) 2520 #define __HAL_RCC_USB_FS_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) == 0U)
|
D | stm32u5xx_ll_bus.h | 276 #define LL_APB2_GRP1_PERIPH_USB_FS RCC_APB2ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 1759 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN); \ 1761 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN); \ 1806 #define __HAL_RCC_USB_CLK_DISABLE() CLEAR_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) 2598 #define __HAL_RCC_USB_IS_CLK_ENABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) != 0U) 2640 #define __HAL_RCC_USB_IS_CLK_DISABLED() (READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USBEN) == 0U)
|
D | stm32h5xx_ll_bus.h | 334 #define LL_APB2_GRP1_PERIPH_USB RCC_APB2ENR_USBEN
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9024 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
D | stm32h523xx.h | 13383 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
D | stm32h562xx.h | 14186 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
D | stm32h533xx.h | 13920 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
D | stm32h573xx.h | 16813 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
D | stm32h563xx.h | 16276 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15281 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk /*!< USB Cloc… macro
|
D | stm32u535xx.h | 14744 #define RCC_APB2ENR_USBEN RCC_APB2ENR_USBEN_Msk /*!< USB Cloc… macro
|