Searched refs:duplex (Results 1 – 3 of 3) sorted by relevance
217 static inline void emac_ll_set_duplex(emac_mac_dev_t *mac_regs, eth_duplex_t duplex) in emac_ll_set_duplex() argument219 mac_regs->gmacconfig.duplex = duplex; in emac_ll_set_duplex()
210 void emac_hal_set_duplex(emac_hal_context_t *hal, eth_duplex_t duplex);
34 …uint32_t duplex : 1; /*When this bit is set the MAC operates in the full-duplex mode where… member