www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - BIOS API


BIOS_Get_MAC2

Get MAC address of the second ethernet device.

void BIOS_Get_MAC2 ( unsigned char far *mac );

Parameters

mac

Output parameter:  Pointer to a 6 byte memory area where the MAC address will be stored

Return Value

-- none --

Comments

This function outputs the Ethernet MAC address as a six byte array.

The second ethernet controller has no phy controller. An MII interface is provided. It is only accessible with an external connected phy and an external driver program, which must base on the TCPIP device driver API.

RTOS API

This library function invokes a RTOS software interrupt.   Refer to this RTOS API function's documentation for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    n/an/an/aV0.90

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document