![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
The MCUXpresso SDK provides a peripheral driver for the CI_PI module of MCUXpresso SDK devices.
The CI_PI module receives the camera input frame, so it should work together with ISI.
Functions | |
void | CI_PI_Init (CI_PI_CSR_Type *base, const ci_pi_config_t *config) |
Enables and configures the CI_PI peripheral module. More... | |
void | CI_PI_Deinit (CI_PI_CSR_Type *base) |
Disables the CI_PI peripheral module. More... | |
void | CI_PI_GetDefaultConfig (ci_pi_config_t *config) |
Get the default configuration to initialize CI_PI. More... | |
static void | CI_PI_Reset (CI_PI_CSR_Type *base) |
Resets the CI_PI peripheral module. More... | |
void | CI_PI_Start (CI_PI_CSR_Type *base) |
Starts the CI_PI peripheral module to output captured frame. More... | |
void | CI_PI_Stop (CI_PI_CSR_Type *base) |
Stops the CI_PI peripheral module. More... | |
static uint32_t | CI_PI_GetStatus (CI_PI_CSR_Type *base) |
Gets the CI_PI peripheral module status. More... | |
Driver version | |
#define | FSL_CI_PI_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
CI_PI driver version. More... | |
#define FSL_CI_PI_DRIVER_VERSION (MAKE_VERSION(2, 0, 2)) |
enum _ci_pi_flags |
enum ci_pi_input_format_t |
enum ci_pi_work_mode_t |
The CCIR656 interlace mode is not supported currently.
void CI_PI_Init | ( | CI_PI_CSR_Type * | base, |
const ci_pi_config_t * | config | ||
) |
base | CI_PI peripheral address. |
config | CI_PI module configuration structure. |
void CI_PI_Deinit | ( | CI_PI_CSR_Type * | base | ) |
base | CI_PI peripheral address. |
void CI_PI_GetDefaultConfig | ( | ci_pi_config_t * | config | ) |
The default configuration value is:
config | Pointer to the configuration. |
|
inlinestatic |
base | CI_PI peripheral address. |
void CI_PI_Start | ( | CI_PI_CSR_Type * | base | ) |
base | CI_PI peripheral address. |
void CI_PI_Stop | ( | CI_PI_CSR_Type * | base | ) |
base | CI_PI peripheral address. |
|
inlinestatic |
base | CI_PI peripheral address. |