MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / Ft_Gmac_HwInitialize

Function Ft_Gmac_HwInitialize

bsp/ft2004/libraries/bsp/ft_gmac/ft_gmac.c:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33s32 Ft_Gmac_HwInitialize(Ft_Gmac_t *Gmac)
34{
35 Ft_assertNonvoid(Gmac != NULL);
36 Ft_assertNonvoid(Gmac->IsReady == FT_COMPONENT_IS_READLY);
37 return FGmac_InitializeHw(&Gmac->Config);
38}
39
40s32 Ft_GmacCfgInitialize(Ft_Gmac_t *Gmac, FGmac_Config_t *Config)
41{

Callers 1

rt_ft2004_gmac_startFunction · 0.85

Calls 1

FGmac_InitializeHwFunction · 0.85

Tested by

no test coverage detected