|
BRTOS
1.90
Brazilian Real-Time Operating System
|
Runtime device structure (In memory) Per driver instance. More...
#include <brtos/includes/device.h>
Runtime device structure (In memory) Per driver instance.
| device_config | Build time config information |
| driver_api | pointer to structure containing the API functions for the device type. This pointer is filled in by the driver at init time. |
| driver_data | river instance data. For driver use only |
1.8.7