PDK API Guide for J721E
CsitxDrv_EventObj Struct Reference

Detailed Description

CSITX event object.

Note: This is an internal/private driver structure and should not be used or modified by caller.

Data Fields

Fdrv_Handle drvHandle
 
Csitx_EventPrms eventPrms
 
uint32_t coreIntrNum
 
HwiP_Handle hwiHandle
 
uint32_t eventInitDone
 

Field Documentation

◆ drvHandle

Fdrv_Handle CsitxDrv_EventObj::drvHandle

Pointer to global driver handle.

◆ eventPrms

Csitx_EventPrms CsitxDrv_EventObj::eventPrms

Event parameters passed during event registration.

◆ coreIntrNum

uint32_t CsitxDrv_EventObj::coreIntrNum

Allocated core interrupt number.

◆ hwiHandle

HwiP_Handle CsitxDrv_EventObj::hwiHandle

HWI handle.

◆ eventInitDone

uint32_t CsitxDrv_EventObj::eventInitDone

Flag to set the event object is init. 0:Un-initialized /1: Initialized