Searched refs:ENET_FLAG_POWER (Results 1 – 2 of 2) sorted by relevance
300 if ((enet->flags & ENET_FLAG_POWER) != 0U) in ENET_CommonPowerControl()320 if ((enet->flags & ENET_FLAG_POWER) != 0U) in ENET_CommonPowerControl()372 enet->flags |= ENET_FLAG_POWER; in ENET_CommonPowerControl()
33 #define ENET_FLAG_POWER (1U << 1) macro