Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1397 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_OTGPHYCEN);\
1399 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_OTGPHYCEN);\
1442 #define __HAL_RCC_OTGPHYC_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_OTGPHYCEN))
1701 #define __HAL_RCC_OTGPHYC_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_OTGPHYCEN)) != RESET)
1742 #define __HAL_RCC_OTGPHYC_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_OTGPHYCEN)) == RESET)
Dstm32f7xx_ll_bus.h235 #define LL_APB2_GRP1_PERIPH_OTGPHYC RCC_APB2ENR_OTGPHYCEN
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h9784 #define RCC_APB2ENR_OTGPHYCEN RCC_APB2ENR_OTGPHYCEN_Msk macro
Dstm32f730xx.h10004 #define RCC_APB2ENR_OTGPHYCEN RCC_APB2ENR_OTGPHYCEN_Msk macro
Dstm32f733xx.h10004 #define RCC_APB2ENR_OTGPHYCEN RCC_APB2ENR_OTGPHYCEN_Msk macro