Choco OS
V.0.16.9.0
Join to the chocolate world
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
oc_drivers_list.h
1
28
#ifndef SYSTEM_CONFIG_OC_DRIVERS_LIST_H_
29
#define SYSTEM_CONFIG_OC_DRIVERS_LIST_H_
30
31
#include <
oc_cfg.h
>
32
33
//==========================================================================================================================================
38
//==========================================================================================================================================
39
#define CFG_LIST_DRIVERS(TURN_ON,TURN_OFF) \
40
TURN_OFF(TIMER) \
41
TURN_ON(GPIO) \
42
TURN_ON(UART) \
43
TURN_ON(PWM) \
44
TURN_ON(LED) \
45
TURN_ON(LCDTFT) \
46
TURN_ON(FMC) \
47
TURN_ON(ETH) \
48
49
#endif
/* SYSTEM_CONFIG_OC_DRIVERS_LIST_H_ */
oc_cfg.h
Helper macros for configurations files.
Source
system
config
stm32f746ngh6
oc_drivers_list.h
Generated on Fri Oct 20 2017 19:56:08 for Choco OS by
1.8.11