Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/driver/ethernet/
Dlan8720.c102 RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_ETH_MAC | RCC_AHB1Periph_ETH_MAC_Tx | in EthMacdmaConf()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h351 #define RCC_AHB1Periph_ETH_MAC ((uint32_t)0x02000000) macro
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4x7_ETH_Driver/src/
Dstm32f4x7_eth.c162 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_ETH_MAC, ENABLE); in ETH_DeInit()
163 RCC_AHB1PeriphResetCmd(RCC_AHB1Periph_ETH_MAC, DISABLE); in ETH_DeInit()