PDK API Guide for J721E

Introduction

Application Interfaces provided by DS90UB953 FPD-Link device library.

Functions

Board_STATUS Board_fpdUb953CfgPG (void *handle, Board_FpdModuleObj *fpdModParams, uint32_t pgType)
 FPD ub953 pattern generation configurations. More...
 
Board_STATUS Board_fpdUb953SerInit (void *handle, Board_FpdModuleObj *fpdModParams)
 Initializes the FPD UB953 module. More...
 
Board_STATUS Board_fpdUb953DesInitFusionBoardTIDA1130 (void *handle, Board_FpdModuleObj *fpdModParams)
 Initializes the FPD UB953 module for OV2775 sensor module. More...
 
Board_STATUS Board_fpdUb953Cfg (void *handle, Board_FpdModuleObj *fpdModParams, Board_I2cRegProgObj *ub953Cfg)
 FPD ub953 pattern generation configurations. More...
 

Function Documentation

Board_STATUS Board_fpdUb953CfgPG ( void *  handle,
Board_FpdModuleObj fpdModParams,
uint32_t  pgType 
)

FPD ub953 pattern generation configurations.

This function is used for configuring the pattern generator for FPD UB953

Parameters
handle[IN] Low level driver handle
fpdModParams[IN] FPD module params
pgType[IN] Pattern Generation Type See DESUB953_patternType for details.
Returns
BOARD_SOK in case of success or appropriate error code.
Board_STATUS Board_fpdUb953SerInit ( void *  handle,
Board_FpdModuleObj fpdModParams 
)

Initializes the FPD UB953 module.

This function is used to initialize the fpd ub953 module

Parameters
handle[IN] Low level driver handle
fpdModParams[IN] FPD module params
Returns
BOARD_SOK in case of success or appropriate error code.
Board_STATUS Board_fpdUb953DesInitFusionBoardTIDA1130 ( void *  handle,
Board_FpdModuleObj fpdModParams 
)

Initializes the FPD UB953 module for OV2775 sensor module.

This function is used to initialize the fpd ub953 module for OV2775 sensor

Parameters
handle[IN] Low level driver handle
fpdModParams[IN] FPD module params ] *
Returns
BOARD_SOK in case of success or appropriate error code.
Board_STATUS Board_fpdUb953Cfg ( void *  handle,
Board_FpdModuleObj fpdModParams,
Board_I2cRegProgObj ub953Cfg 
)

FPD ub953 pattern generation configurations.

This function is used for configuring the pattern generator for FPD UB953

Parameters
handle[IN] Low level driver handle
fpdModParams[IN] FPD module params
ub953Cfg[IN] Configuration Info
Returns
BOARD_SOK in case of success or appropriate error code.