Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Demac_ll.h217 static inline void emac_ll_set_duplex(emac_mac_dev_t *mac_regs, eth_duplex_t duplex) in emac_ll_set_duplex() argument
219 mac_regs->gmacconfig.duplex = duplex; in emac_ll_set_duplex()
/hal_espressif-latest/components/hal/include/hal/
Demac_hal.h210 void emac_hal_set_duplex(emac_hal_context_t *hal, eth_duplex_t duplex);
/hal_espressif-latest/components/soc/esp32/include/soc/
Demac_mac_struct.h34 …uint32_t duplex : 1; /*When this bit is set the MAC operates in the full-duplex mode where… member