Home
last modified time | relevance | path

Searched refs:address0_hi (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Demac_mac_struct.h211 …uint32_t address0_hi : 16; /*This field contains the upper 16 bits (47:32) of the first 6-byte MAC… member
/hal_espressif-latest/components/hal/esp32/include/hal/
Demac_ll.h364 HAL_FORCE_MODIFY_U32_REG_FIELD(mac_regs->emacaddr0high, address0_hi, (addr[5] << 8) | addr[4]); in emac_ll_set_addr()