AM62Px MCU+ SDK  09.01.00

Introduction

These are FVID2 IOCTLs that can be called by the application.

Macros

#define FVID2_SET_FORMAT   ((uint32_t) FVID2_CTRL_BASE + 3U)
 Control command used by Fvid2_setFormat() More...
 
#define FVID2_GET_FORMAT   ((uint32_t) FVID2_CTRL_BASE + 4U)
 Control command used by Fvid2_getFormat() More...
 
#define FVID2_START   ((uint32_t) FVID2_CTRL_BASE + 5U)
 Control command used by Fvid2_start() More...
 
#define FVID2_STOP   ((uint32_t) FVID2_CTRL_BASE + 6U)
 Control command used by Fvid2_stop() More...
 
#define FVID2_REGISTER_TIMESTAMP_FXN   ((uint32_t) FVID2_CTRL_BASE + 7U)
 Register an application function (pointer) for getting the time stamp value used at the frame completion time. More...
 

Macro Definition Documentation

◆ FVID2_SET_FORMAT

#define FVID2_SET_FORMAT   ((uint32_t) FVID2_CTRL_BASE + 3U)

Control command used by Fvid2_setFormat()

Parameters
cmdArgs[IN] const Fvid2_Format *
cmdStatusArgs[OUT] NULL
Returns
FVID2_SOK on success, else failure.

◆ FVID2_GET_FORMAT

#define FVID2_GET_FORMAT   ((uint32_t) FVID2_CTRL_BASE + 4U)

Control command used by Fvid2_getFormat()

Parameters
cmdArgs[IN] Fvid2_Format *
cmdStatusArgs[OUT] NULL
Returns
FVID2_SOK on success, else failure.

◆ FVID2_START

#define FVID2_START   ((uint32_t) FVID2_CTRL_BASE + 5U)

Control command used by Fvid2_start()

Parameters
cmdArgs[IN] Driver specific
cmdStatusArgs[OUT] NULL
Returns
FVID2_SOK on success, else failure.

◆ FVID2_STOP

#define FVID2_STOP   ((uint32_t) FVID2_CTRL_BASE + 6U)

Control command used by Fvid2_stop()

Parameters
cmdArgs[IN] Driver specific
cmdStatusArgs[OUT] NULL
Returns
FVID2_SOK on success, else failure.

◆ FVID2_REGISTER_TIMESTAMP_FXN

#define FVID2_REGISTER_TIMESTAMP_FXN   ((uint32_t) FVID2_CTRL_BASE + 7U)

Register an application function (pointer) for getting the time stamp value used at the frame completion time.

The same IOCTL could be used to un-register the existing time stamp function by passing NULL to the function pointer.

Parameters
cmdArgs[IN] const Fvid2_TimeStampParams *
cmdArgsStatusNULL
Returns
FVID2_SOK on success, else failure.