![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
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 | 
| void* ClockP_Params::pErrBlk | 
Pointer to the error block for clock create
| uint8_t ClockP_Params::startMode | 
Timer Start Mode ClockP_StartMode
| uint32_t ClockP_Params::period | 
The clock period in units of clock ticks
| uint8_t ClockP_Params::runMode | 
Timer Run Mode ClockP_RunMode
| void* ClockP_Params::arg | 
User argument that is available inside the callback