RTEMS 6.1-rc7
Loading...
Searching...
No Matches
fsl_soc_mipi_csi2rx.h
Go to the documentation of this file.
1/*
2 * Copyright 2019-2020 NXP
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
8#ifndef _FSL_SOC_MIPI_CSI2RX_H_
9#define _FSL_SOC_MIPI_CSI2RX_H_
10
11#include "fsl_common.h"
12
18/*******************************************************************************
19 * Definitions
20 ******************************************************************************/
22#define FSL_SOC_MIPI_CSI2RX_DRIVER_VERSION (MAKE_VERSION(2, 0, 2))
23
24/*******************************************************************************
25 * API
26 ******************************************************************************/
27
28#if defined(__cplusplus)
29extern "C" {
30#endif /* __cplusplus */
31
39void MIPI_CSI2RX_SoftwareReset(MIPI_CSI2RX_Type *base, bool reset);
40
48void MIPI_CSI2RX_InitInterface(MIPI_CSI2RX_Type *base, uint8_t tHsSettle_EscClk);
49
57
58/* @} */
59
60#if defined(__cplusplus)
61}
62#endif /* __cplusplus */
63
66#endif /* _FSL_SOC_MIPI_CSI2RX_H_ */
void MIPI_CSI2RX_DeinitInterface(MIPI_CSI2RX_Type *base)
Deinitialize the CSI2RX interface.
Definition: fsl_soc_mipi_csi2rx.c:65
void MIPI_CSI2RX_InitInterface(MIPI_CSI2RX_Type *base, uint8_t tHsSettle_EscClk)
Initialize the CSI2RX interface.
Definition: fsl_soc_mipi_csi2rx.c:42
void MIPI_CSI2RX_SoftwareReset(MIPI_CSI2RX_Type *base, bool reset)
Assert or deassert CSI2RX reset in system level.
Definition: fsl_soc_mipi_csi2rx.c:30
Definition: MIMXRT1166_cm4.h:63541