Home
last modified time | relevance | path

Searched refs:RCC_APB2ENR_MDIOEN (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc_ex.h1388 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_MDIOEN);\
1390 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_MDIOEN);\
1439 #define __HAL_RCC_MDIO_CLK_DISABLE() (RCC->APB2ENR &= ~(RCC_APB2ENR_MDIOEN))
1698 #define __HAL_RCC_MDIO_IS_CLK_ENABLED() ((RCC->APB2ENR & (RCC_APB2ENR_MDIOEN)) != RESET)
1739 #define __HAL_RCC_MDIO_IS_CLK_DISABLED() ((RCC->APB2ENR & (RCC_APB2ENR_MDIOEN)) == RESET)
Dstm32f7xx_ll_bus.h232 #define LL_APB2_GRP1_PERIPH_MDIO RCC_APB2ENR_MDIOEN
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f765xx.h11159 #define RCC_APB2ENR_MDIOEN RCC_APB2ENR_MDIOEN_Msk macro
Dstm32f777xx.h11834 #define RCC_APB2ENR_MDIOEN RCC_APB2ENR_MDIOEN_Msk macro
Dstm32f767xx.h11547 #define RCC_APB2ENR_MDIOEN RCC_APB2ENR_MDIOEN_Msk macro
Dstm32f779xx.h11923 #define RCC_APB2ENR_MDIOEN RCC_APB2ENR_MDIOEN_Msk macro
Dstm32f769xx.h11636 #define RCC_APB2ENR_MDIOEN RCC_APB2ENR_MDIOEN_Msk macro