You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.4 KiB
63 lines
1.4 KiB
4 years ago
|
////////////////////////////////////////////////////////////////////////////
|
||
|
///@copyright Copyright (c) 2018, ���ؿƼ� All rights reserved.
|
||
|
///-------------------------------------------------------------------------
|
||
|
/// @file bsp_gc6133.c.h
|
||
|
/// @brief bsp @ driver config
|
||
|
///-------------------------------------------------------------------------
|
||
|
/// @version 1.0
|
||
|
/// @author CC
|
||
|
/// @date 20180331
|
||
|
/// @note cc_AS_stc02
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef _bsp_cam_isr_H
|
||
|
#define _bsp_cam_isr_H
|
||
|
|
||
|
#include "../bsp/bsp_config.h"
|
||
|
|
||
|
#include "../tpc/tpc_uart.h"
|
||
|
|
||
|
#include "../msp/uart0.h"
|
||
|
|
||
|
#include "bsp_gc032a.h"
|
||
|
|
||
|
#define D_VSYNCS_open(); L0_INT3_OPEN();
|
||
|
#define D_VSYNCS_close(); L0_INT3_CLOSE();
|
||
|
|
||
|
#define D_HSYNCS_open(); L0_INT2_OPEN();
|
||
|
#define D_HSYNCS_close(); L0_INT2_CLOSE();
|
||
|
|
||
|
#define D_PCLK_open(); L0_INT0_OPEN();
|
||
|
#define D_PCLK_close(); L0_INT0_CLOSE();
|
||
|
|
||
|
|
||
|
#define DR_pclk_n gRccUs05
|
||
|
|
||
|
#define DR_line_n gRccUs01
|
||
|
#define DR_line_n_H gRccUs01_H
|
||
|
#define DR_line_n_L gRccUs01_L
|
||
|
|
||
|
|
||
|
///// #define DR_Hs_count gRccUs02//s_task_GC032A.usPclk
|
||
|
///#define DR_Dat CCAP1L
|
||
|
#define DR_Dat SPDAT
|
||
|
|
||
|
//>>>>>>>>>>>>>>>>>>>>>0gc63xxtask
|
||
|
|
||
|
//#define D_row_max 640
|
||
|
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
extern void L0_cam_isr_init(void) ;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // #ifndef _bsp_cam_isr_H
|
||
|
|