Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c1563 uint32_t mac_l; in ether_configure_mac() local
1586 mac_l = (((uint32_t) mac_addr[4] << 8) | (uint32_t) mac_addr[5]); in ether_configure_mac()
1589 p_reg_etherc->MALR = mac_l; in ether_configure_mac()