tftdirect.h

Go to the documentation of this file.
00001 /**************************************************************************/
00017 #ifndef __TFTDIRECT_H
00018 #define __TFTDIRECT_H
00019 
00020 #include <stdbool.h>
00021 #include "em_device.h"
00022 #include "em_ebi.h"
00023 
00024 /***************************************************************************/
00029 /***************************************************************************/
00034 #ifdef __cplusplus
00035 extern "C" {
00036 #endif
00037 
00038 void TFT_DirectGPIOConfig(void);
00039 bool TFT_DirectInit(const EBI_TFTInit_TypeDef *tftInit);
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif
00044 
00048 #endif