mikroSDK Reference Manual
lv_gpu_nxp_pxp_osa.h
Go to the documentation of this file.
1
30
#ifndef LV_GPU_NXP_PXP_OSA_H
31
#define LV_GPU_NXP_PXP_OSA_H
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
36
37
/*********************
38
* INCLUDES
39
*********************/
40
41
#include "
../../../lv_conf_internal.h
"
42
43
#if LV_USE_GPU_NXP_PXP && LV_USE_GPU_NXP_PXP_AUTO_INIT
44
#include "
lv_gpu_nxp_pxp.h
"
45
46
/*********************
47
* DEFINES
48
*********************/
49
50
/**********************
51
* TYPEDEFS
52
**********************/
53
54
/**********************
55
* GLOBAL PROTOTYPES
56
**********************/
57
61
void
PXP_IRQHandler(
void
);
62
66
lv_nxp_pxp_cfg_t * lv_gpu_nxp_pxp_get_cfg(
void
);
67
68
/**********************
69
* MACROS
70
**********************/
71
72
#endif
/*LV_USE_GPU_NXP_PXP && LV_USE_GPU_NXP_PXP_AUTO_INIT*/
73
74
#ifdef __cplusplus
75
}
/*extern "C"*/
76
#endif
77
78
#endif
/*LV_GPU_NXP_PXP_OSA_H*/
lv_conf_internal.h
lv_gpu_nxp_pxp.h