28 #ifndef INC_DRIVERS_OC_DRIVERMAN_H_ 29 #define INC_DRIVERS_OC_DRIVERMAN_H_ 31 #include <oc_errors.h> 34 #include <oc_system_cfg.h> 53 #define _________________________________________TYPES_SECTION______________________________________________________________________________ 59 char Name[CFG_BYTES_MAX_CONFIGURATION_NAME_SIZE];
66 #undef _________________________________________TYPES_SECTION______________________________________________________________________________ 74 #define _________________________________________FUNCTIONS_SECTION__________________________________________________________________________ 78 extern oC_ErrorCode_t oC_DriverMan_TurnOn (
void );
79 extern oC_ErrorCode_t oC_DriverMan_TurnOff (
void );
80 extern oC_List(oC_Driver_t) oC_DriverMan_GetList (
void );
81 extern oC_ErrorCode_t oC_DriverMan_AddDriver ( oC_Driver_t Driver );
82 extern oC_ErrorCode_t oC_DriverMan_RemoveDriver ( oC_Driver_t Driver );
83 extern oC_Driver_t oC_DriverMan_GetDriver (
const char * FileName );
84 extern void oC_DriverMan_TurnOnAllDrivers (
void );
85 extern void oC_DriverMan_TurnOffAllDrivers (
void );
86 extern oC_ErrorCode_t oC_DriverMan_AddAutoConfiguration (
const char * Name , oC_Driver_t Driver ,
const void * Config );
87 extern oC_ErrorCode_t oC_DriverMan_RemoveAutoConfiguration (
const char * Name );
88 extern oC_ErrorCode_t oC_DriverMan_ReadAutoConfiguration (
const char * Name ,
oC_AutoConfiguration_t * outAutoConfiguration );
89 extern void oC_DriverMan_ConfigureAllDrivers (
void );
90 extern oC_ErrorCode_t oC_DriverMan_ReadAutoConfigurationList ( oC_List(
oC_AutoConfiguration_t*) * outList );
92 #undef _________________________________________FUNCTIONS_SECTION__________________________________________________________________________ List of defined Ethernet chips.
The file with interface for the timer driver.
The file with interface for FMC driver.
The file with interface for the GPIO driver.
The file with interface for LCDTFT driver.
The file with interface for the PWM driver.
The file with prototypes for chips.
The file with interface for driver creating.
The file with list library.
The file with interface for the LED driver.
The file with interface for UART driver.
The file with interface for ETH driver.