@CHIP-RTOS C Library V2.00 - Fossil API
fossil_get_driver_info
Get driver info. int fossil_get_driver_info (int port, FossilDriverInfo_t far *drv_info); Parameters
port
- Port specifier: FOSSIL_EXT = 0 for EXT port,
FOSSIL_COM = 1 for COM port
drv_info
- Output parameter: Pointer to
FossilDriverInfo
data structure which will be filled by this call.
Return Value
- 13, = sizeof(FossilDriverInfo_t)
Comments
- Get information about a serial port and driver.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|