www.beck-ipc.com

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


BIOS_Get_Device_Names

Get the IPC@CHIP® device names.

void BIOS_Get_Device_Names ( char far **fixed_name,
                             char far **configured_name );

Parameters

fixed_name

Output paramter:   Pointer to a string pointer which will receive a pointer to the fixed device name stored in the IPC@CHIP® flash.

configured_name

Output paramter:   Pointer to a string pointer which will receive a pointer to the device name configured in CHIP.INI.

Return Value

-- none --

Comments

You cannot write to the string at fixed_name , because it is located in flash memory.

The string at configured_name is up to 20 characters long.

Both returned strings are zero terminated.

See Also

RTOS API

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

Related Topics

Device name definition in CHIP.INI file

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    V1.10V1.00V1.00V0.90

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


End of document