VCSBC4012.pdf
VCSBC4012 Single Board Smart Camera Operating Manual
A
Appendix A: New VCRT Functions VCSBC4012
New VCRT functions (see section 6 and vcrt.h):
#define GET_HW_STATUS()
(*((volatile int *)FA40_STATUS) & 0x3F)
/* CPLD relase number*/
#define TTL_OUT(x)
*((volatile int *)FA40_LED) = x
/* SBC4012 TTL output*/
#define GET_TTL_IN()
(*((volatile int *)FA40_TTL) & 0x0F)
/* SBC4012 TTL input*/
©
1996-2011 Vision Components GmbH Ettlingen, Germany