jcua.h 1.92 KB
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
/***********************************************************************************************
PROJECT : simple_draw
FILE   : $Id: main.h 13335 2017-04-24 07:17:12Z shinya.tomari $
============================================================================
DESCRIPTION
header for simple_draw
============================================================================
                            C O P Y R I G H T
============================================================================
                       Copyright (c) 2013 - 2014
                                  by
                       Renesas Electronics (Europe) GmbH.
                           Arcadiastrasse 10
                          D-40472 Duesseldorf
                               Germany
                          All rights reserved.
============================================================================
Purpose: only for testing, not for mass production

DISCLAIMER

LICENSEE has read, understood and accepted the terms and conditions defined in
the license agreement, especially the usage rights. In any case, it is
LICENSEE's responsibility to make sure that any user of the software complies
with the terms and conditions of the signed license agreement.

SAMPLE CODE is not part of the licensed software, as such it must not be used in
mass-production applications. It can only be used for evaluation and
demonstration purposes at customer's premises listed in the signed license
agreement.
****************************************************************************
*/
#ifndef JUCA_H_
#define JUCA_H_


#ifdef __cplusplus
extern "C" {
#endif

#define LOC_JCUA_UNIT (0u)

void JCUA_Enable_window(void);
void JCUA_Disable_window(void);
void Init_JcuaRun(uint16_t u16JEPGH, uint16_t u16JEPGPitch);
void loc_JcuaRun(uint32_t image);
uint8_t Common_Get_window_Sta(void);
#ifdef __cplusplus
}
#endif

#endif /* MAIN_H */