ESOS32
ESOSOn32-bitProcessors
esos_hwxxx_lcd44780wo.h
Go to the documentation of this file.
1 /*
2  * "Copyright (c) 2019 J. W. Bruce ("AUTHOR(S)")"
3  * All rights reserved.
4  * (J. W. Bruce, jwbruce_AT_tntech.edu, Tennessee Tech University)
5  *
6  * Permission to use, copy, modify, and distribute this software and its
7  * documentation for any purpose, without fee, and without written agreement is
8  * hereby granted, provided that the above copyright notice, the following
9  * two paragraphs and the authors appear in all copies of this software.
10  *
11  * IN NO EVENT SHALL THE "AUTHORS" BE LIABLE TO ANY PARTY FOR
12  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
13  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHORS"
14  * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15  *
16  * THE "AUTHORS" SPECIFICALLY DISCLAIMS ANY WARRANTIES,
17  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
18  * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
19  * ON AN "AS IS" BASIS, AND THE "AUTHORS" HAS NO OBLIGATION TO
20  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
21  *
22  * Please maintain this header in its entirety when copying/modifying
23  * these files.
24  *
25  *
26  */
27 
28 #ifndef ESOS_hwxxx_LCDWO_H
29 #define ESOS_hwxxx_LCDWO_H
30 
42 /* I N C L U D E S **********************************************************/
43 #include "esos.h"
44 #include "esos_hwxxx.h"
45 
46 /* D E F I N I T I O N S ****************************************************/
47 
48 /* E X T E R N S ************************************************************/
49 
50 /* M A C R O S **************************************************************/
51 
52 /* P U B L I C P R O T O T Y P E S *****************************************/
53 
54 /* I N C L U D E S **********************************************************/
55 #include <esos_lcd44780wo.h>
56 
57 /* HW-SPECIFIC MACROS *******************************************************/
58 
59 /* P R I V A T E P R O T O T Y P E S *****************************************/
60 void __esos_lcd44780_hw_config ( void );
61 ESOS_CHILD_TASK(__esos_lcd44780_hw_write_u8, uint8_t u8_data, BOOL b_isData);
62 #ifdef ESOS_USE_LCD_4BIT
63 void __esos_unsafe_lcd44780_hw_write_u4(uint8_t u8_u4data, BOOL b_isEnable, BOOL b_isData);
64 #endif
65 
66 
67 
68 #endif // ESOS_hwxxx_LCD_H
esos_lcd44780wo.h
esos_hwxxx.h
This is the master include file template for the target hardware (hwxxxx)
esos.h
ESOS_CHILD_TASK
#define ESOS_CHILD_TASK(taskname,...)
Definition: esos_task.h:246
BOOL
enum _BOOL BOOL