PDK API Guide for J721E
ClockP_Params Struct Reference

Detailed Description

Basic ClockP Parameters.

Structure that contains the parameters are passed into ClockP_create when creating a ClockP instance.

Data Fields

void * pErrBlk
 
uint8_t startMode
 
uint32_t period
 
uint8_t runMode
 
void * arg
 

Field Documentation

◆ pErrBlk

void* ClockP_Params::pErrBlk

Pointer to the error block for clock create

◆ startMode

uint8_t ClockP_Params::startMode

Timer Start Mode ClockP_StartMode

◆ period

uint32_t ClockP_Params::period

The clock period in units of clock ticks

◆ runMode

uint8_t ClockP_Params::runMode

Timer Run Mode ClockP_RunMode

◆ arg

void* ClockP_Params::arg

User argument that is available inside the callback