Lite SBC Library  v1.0.0
__SBC_ErrorCode Struct Reference

A structure for simple error readout. More...

#include <TLE94x1.h>

Data Fields

uint8_t SBC_Register
 The register where an error occurred.
 
uint8_t flippedBitsMask
 Masks the bits that differ from the expected value. Is 0 if readout is as expected.
 
uint8_t expectedValue
 Expected readout of the register.
 

Detailed Description

A structure for simple error readout.

    flippedBitsMask is greater than 0 if the value read from the register at SBC_Register differs from expectedValue.

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