MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Soc_mipi_csi2rx

Overview

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...
 

Macro Definition Documentation

#define FSL_SOC_MIPI_CSI2RX_DRIVER_VERSION   (MAKE_VERSION(2, 0, 2))

Function Documentation

void MIPI_CSI2RX_SoftwareReset ( MIPI_CSI2RX_Type *  base,
bool  reset 
)
Parameters
baseThe CSI2RX peripheral base address.
resetPass in true to set to reset state, false to release reset.
Note
Don't call this function directly.
void MIPI_CSI2RX_InitInterface ( MIPI_CSI2RX_Type *  base,
uint8_t  tHsSettle_EscClk 
)
Parameters
baseThe CSI2RX peripheral base address.
tHsSettle_EscClkt-HS_SETTLE in esc clock period.
Note
Don't call this function directly.
void MIPI_CSI2RX_DeinitInterface ( MIPI_CSI2RX_Type *  base)
Parameters
baseThe CSI2RX peripheral base address.
Note
Don't call this function directly.