GLOBAL_DIAG2 register bit definitions.
More...
|
| constexpr uint16_t | REG_ECC_ERR = (1 << 1) |
| | Register ECC error.
|
| |
| constexpr uint16_t | OTP_ECC_ERR = (1 << 3) |
| | OTP ECC error.
|
| |
| constexpr uint16_t | OTP_VIRGIN = (1 << 4) |
| | OTP virgin/unconfigured.
|
| |
| constexpr uint16_t | DEFAULT = 0x0000 |
| | Default value.
|
| |
GLOBAL_DIAG2 register bit definitions.
◆ DEFAULT
| constexpr uint16_t TLE92466ED::GLOBAL_DIAG2::DEFAULT = 0x0000 |
|
constexpr |
◆ OTP_ECC_ERR
| constexpr uint16_t TLE92466ED::GLOBAL_DIAG2::OTP_ECC_ERR = (1 << 3) |
|
constexpr |
◆ OTP_VIRGIN
| constexpr uint16_t TLE92466ED::GLOBAL_DIAG2::OTP_VIRGIN = (1 << 4) |
|
constexpr |
◆ REG_ECC_ERR
| constexpr uint16_t TLE92466ED::GLOBAL_DIAG2::REG_ECC_ERR = (1 << 1) |
|
constexpr |