MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Files | |
file | fsl_soc_mipi_csi2rx.h |
Macros | |
#define | FSL_SOC_MIPI_CSI2RX_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
Driver version. More... | |
Functions | |
void | MIPI_CSI2RX_SoftwareReset (MIPI_CSI2RX_Type *base, bool reset) |
Assert or deassert CSI2RX reset in system level. More... | |
void | MIPI_CSI2RX_InitInterface (MIPI_CSI2RX_Type *base, uint8_t tHsSettle_EscClk) |
Initialize the CSI2RX interface. More... | |
void | MIPI_CSI2RX_DeinitInterface (MIPI_CSI2RX_Type *base) |
Deinitialize the CSI2RX interface. More... | |
#define FSL_SOC_MIPI_CSI2RX_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
void MIPI_CSI2RX_SoftwareReset | ( | MIPI_CSI2RX_Type * | base, |
bool | reset | ||
) |
base | The CSI2RX peripheral base address. |
reset | Pass in true to set to reset state, false to release reset. |
void MIPI_CSI2RX_InitInterface | ( | MIPI_CSI2RX_Type * | base, |
uint8_t | tHsSettle_EscClk | ||
) |
base | The CSI2RX peripheral base address. |
tHsSettle_EscClk | t-HS_SETTLE in esc clock period. |
void MIPI_CSI2RX_DeinitInterface | ( | MIPI_CSI2RX_Type * | base | ) |
base | The CSI2RX peripheral base address. |