EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
tftamapped.h
Go to the documentation of this file.
1 /**************************************************************************/
17 #ifndef __TFTAMAPPED_H
18 #define __TFTAMAPPED_H
19 
20 #include <stdbool.h>
21 
22 /***************************************************************************/
27 /***************************************************************************/
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 bool TFT_AddressMappedInit(void);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
45 #endif
bool TFT_AddressMappedInit(void)
TFT initialize or reinitialize to Address Mapped Mode Assumes EBI has been configured correctly in BS...
Definition: tftamapped.c:37