NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDII2CPgmrPollingData Struct Reference

Detailed Description

Defines the structure to contain information related to polling read operation.

Definition at line 157 of file devblk_cdi_i2c.h.

Data Fields

uint32_t count
 maximum number of iterations for polling Valid range: [0, UINT32_MAX]. More...
 
uint32_t delay
 Delay to apply before next iteration in polling Valid range: [0, UINT32_MAX]. More...
 
uint8_t mask
 The Mask to apply on readback data for comparison Valid range: [0, UINT8_MAX]. More...
 
uint8_t expectedValue
 The expected value to compare with masked readback data. More...
 

Field Documentation

◆ count

uint32_t DevBlkCDII2CPgmrPollingData::count

maximum number of iterations for polling Valid range: [0, UINT32_MAX].

Definition at line 162 of file devblk_cdi_i2c.h.

◆ delay

uint32_t DevBlkCDII2CPgmrPollingData::delay

Delay to apply before next iteration in polling Valid range: [0, UINT32_MAX].

Definition at line 167 of file devblk_cdi_i2c.h.

◆ expectedValue

uint8_t DevBlkCDII2CPgmrPollingData::expectedValue

The expected value to compare with masked readback data.

Valid range: [0, UINT8_MAX].

Definition at line 177 of file devblk_cdi_i2c.h.

◆ mask

uint8_t DevBlkCDII2CPgmrPollingData::mask

The Mask to apply on readback data for comparison Valid range: [0, UINT8_MAX].

Definition at line 172 of file devblk_cdi_i2c.h.


The documentation for this struct was generated from the following file: