Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c444 void numaker_mac_address( uint8_t * mac ) in numaker_mac_address() argument
475 mac[ 0 ] = ( word1 & 0x0000ff00 ) >> 8; in numaker_mac_address()
476 mac[ 1 ] = ( word1 & 0x000000ff ); in numaker_mac_address()
477 mac[ 2 ] = ( word0 & 0xff000000 ) >> 24; in numaker_mac_address()
478 mac[ 3 ] = ( word0 & 0x00ff0000 ) >> 16; in numaker_mac_address()
479 mac[ 4 ] = ( word0 & 0x0000ff00 ) >> 8; in numaker_mac_address()
480 mac[ 5 ] = ( word0 & 0x000000ff ); in numaker_mac_address()
482 …"mac address %02x-%02x-%02x-%02x-%02x-%02x \r\n", mac[ 0 ], mac[ 1 ], mac[ 2 ], mac[ 3 ], mac[ 4 ]… in numaker_mac_address()
Dm480_eth.h167 void numaker_mac_address( uint8_t * mac );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c938 char * mac ) in smsc9220_read_mac_address() argument
943 if( !mac ) in smsc9220_read_mac_address()
958 mac[ 0 ] = mac_low & 0xFF; in smsc9220_read_mac_address()
959 mac[ 1 ] = ( mac_low >> 8 ) & 0xFF; in smsc9220_read_mac_address()
960 mac[ 2 ] = ( mac_low >> 16 ) & 0xFF; in smsc9220_read_mac_address()
961 mac[ 3 ] = ( mac_low >> 24 ) & 0xFF; in smsc9220_read_mac_address()
962 mac[ 4 ] = mac_high & 0xFF; in smsc9220_read_mac_address()
963 mac[ 5 ] = ( mac_high >> 8 ) & 0xFF; in smsc9220_read_mac_address()
Dsmsc9220_eth_drv.h463 char * mac );
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/mw300_rd/
DNetworkInterface.c179 FreeRTOS_UpdateMACAddress( mac_addr.mac ); in xNetworkInterfaceInitialise()
/FreeRTOS-Plus-TCP-v4.0.0/
Dlexicon.txt540 mac
DHistory.txt46 + Read mac address using FreeRTOS_GetMACAddress(). Contributed by @sayyadumar.