Searched refs:RCC_APB2ENR_OTGPHYCEN (Results 1 – 5 of 5) sorted by relevance
1397 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)
235 #define LL_APB2_GRP1_PERIPH_OTGPHYC RCC_APB2ENR_OTGPHYCEN
9784 #define RCC_APB2ENR_OTGPHYCEN RCC_APB2ENR_OTGPHYCEN_Msk macro
10004 #define RCC_APB2ENR_OTGPHYCEN RCC_APB2ENR_OTGPHYCEN_Msk macro