Home
last modified time | relevance | path

Searched refs:RCC_AHBENR_ETHMACEN (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc_ex.h680 SET_BIT(RCC->AHBENR, RCC_AHBENR_ETHMACEN);\
682 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_ETHMACEN);\
702 #define __HAL_RCC_ETHMAC_CLK_DISABLE() (RCC->AHBENR &= ~(RCC_AHBENR_ETHMACEN))
757 #define __HAL_RCC_ETHMAC_IS_CLK_ENABLED() ((RCC->AHBENR & (RCC_AHBENR_ETHMACEN)) != RESET)
758 #define __HAL_RCC_ETHMAC_IS_CLK_DISABLED() ((RCC->AHBENR & (RCC_AHBENR_ETHMACEN)) == RESET)
Dstm32f1xx_ll_bus.h82 #define LL_AHB1_GRP1_PERIPH_ETHMAC RCC_AHBENR_ETHMACEN
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f107xc.h1762 #define RCC_AHBENR_ETHMACEN RCC_AHBENR_ETHMACEN_Msk /*!< ETHERNET MAC cl… macro