Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ThirdParty/MSP432/
DNetworkInterface.c216 static struct InternalNetworkInterfaceMSP432EConfig configLocal; variable
245 configLocal.ucMACAddr[ 0 ] = ( ( ui32User0 >> 0 ) & 0xffU ); in loadMACInternal()
246 configLocal.ucMACAddr[ 1 ] = ( ( ui32User0 >> 8 ) & 0xffU ); in loadMACInternal()
247 configLocal.ucMACAddr[ 2 ] = ( ( ui32User0 >> 16 ) & 0xffU ); in loadMACInternal()
248 configLocal.ucMACAddr[ 3 ] = ( ( ui32User1 >> 0 ) & 0xffU ); in loadMACInternal()
249 configLocal.ucMACAddr[ 4 ] = ( ( ui32User1 >> 8 ) & 0xffU ); in loadMACInternal()
250 configLocal.ucMACAddr[ 5 ] = ( ( ui32User1 >> 16 ) & 0xffU ); in loadMACInternal()
268 if( configLocal.setMACAddrInternal == pdTRUE ) in setupEMAC()
338 EMACAddrSet( EMAC0_BASE, 0, configLocal.ucMACAddr ); in setupEMAC()
633 configLocal = config; in vSetNetworkInterfaceConfig()
[all …]