Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c446 uint32_t uID1; in numaker_mac_address() local
463 uID1 = FMC_ReadUID( 1 ); in numaker_mac_address()
464 word1 = ( uID1 & 0x003FFFFF ) | ( ( uID1 & 0x030000 ) << 6 ) >> 8; in numaker_mac_address()
465 …word0 = ( ( FMC_ReadUID( 0 ) >> 4 ) << 20 ) | ( ( uID1 & 0xFF ) << 12 ) | ( FMC_ReadUID( 2 ) & 0xF… in numaker_mac_address()