Critical Link MityCam SoC Firmware
1.0
Critical Link MityCam SoC Firmware
|
#include <LvdsToCsi2.h>
Public Member Functions | |
tcLvdsToCsi2 (int anAddress) | |
virtual | ~tcLvdsToCsi2 () |
bool | initialized () |
void | resetCoreLogic (bool en) |
void | resetLvdsDeserPLL (bool en) |
Protected Member Functions | |
int | dpa () |
Protected Attributes | |
tcFPGARegister< uint32_t > | mcReg |
The tcLvdsToCsi2 class manages the conv_5x5 MityCAM IP core, which performs a 5x5 convolution using an X/Y separable kernel. Note the weights must be between 0.0f and 1.9f.
tcLvdsToCsi2::tcLvdsToCsi2 | ( | int | anBaseAddress | ) |
Class constructor.
anBaseAddress | Physical Address of the core, typically in the 0xFF20xxxx range |
|
virtual |
Class Destructor
|
protected |
Perform digital phase alignment.
bool tcLvdsToCsi2::initialized | ( | ) |
void tcLvdsToCsi2::resetCoreLogic | ( | bool | en | ) |
If en is true, reset FIFOs, synchronization logic, etc.
void tcLvdsToCsi2::resetLvdsDeserPLL | ( | bool | en | ) |
If en is true, reset LVDS deserializer. Note, this will kill clock to much of front end logic (e.g. synchronization).
|
protected |