Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c454 uint32_t word1 = *( uint32_t * ) 0x7F800; /* 2KB Data Flash at 0x7F800 */ in numaker_mac_address() local
464 word1 = ( uID1 & 0x003FFFFF ) | ( ( uID1 & 0x030000 ) << 6 ) >> 8; in numaker_mac_address()
472 word1 |= 0x00000200; in numaker_mac_address()
473 word1 &= 0x0000FEFF; in numaker_mac_address()
475 mac[ 0 ] = ( word1 & 0x0000ff00 ) >> 8; in numaker_mac_address()
476 mac[ 1 ] = ( word1 & 0x000000ff ); in numaker_mac_address()