@CHIP-RTOS C Library V2.00 - 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.
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
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|