Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
scmos_params.h
Go to the documentation of this file.
1 
13 #ifndef _SCMOS_PARAMS_
14 #define _SCMOS_PARAMS_
15 
16 #include <stdint.h>
17 
18 // TODO: Should this really be here?
19 #define DDR_MEM 0xc5030000
20 #define DDR_MEM_SIZE 0x0afd0000
21 
22 // Specifies the different pixel input channels available
24 {
27 };
28 
29 static const uint16_t MAX_SCMOS_NUM_ROWS = 1080;
30 static const uint16_t MAX_SCMOS_NUM_COLS = 1920;
32 static const uint16_t SCMOS_DARK_COLS = 48;
34 static const uint16_t SCMOS_DARK_ROWS = 16;
37 static const uint16_t SCMOS_LINE_TIME = 2464;
39 static const uint16_t SCMOS_BIAS_OFFSET = 20;
44 
45 #endif /* _SCMOS_PARAMS_ */
46 
eeLO_GAIN_CHAN
@ eeLO_GAIN_CHAN
Definition: scmos_params.h:26
tePixelChan
tePixelChan
Definition: scmos_params.h:23
eeHI_GAIN_CHAN
@ eeHI_GAIN_CHAN
Definition: scmos_params.h:25