TLE92466ED Driver 0.1.0-preview
Modern C++23 driver for Infineon TLE92466ED Six-Channel Low-Side Solenoid Driver
Loading...
Searching...
No Matches
TLE92466ED::GLOBAL_DIAG1 Namespace Reference

GLOBAL_DIAG1 register bit definitions. More...

Variables

constexpr uint16_t VR_IREF_UV = (1 << 0)
 Bias current UV.
 
constexpr uint16_t VR_IREF_OV = (1 << 1)
 Bias current OV.
 
constexpr uint16_t VDD2V5_UV = (1 << 2)
 2.5V supply UV
 
constexpr uint16_t VDD2V5_OV = (1 << 3)
 2.5V supply OV
 
constexpr uint16_t REF_UV = (1 << 4)
 Reference UV.
 
constexpr uint16_t REF_OV = (1 << 5)
 Reference OV.
 
constexpr uint16_t VPRE_OV = (1 << 6)
 Pre-reg OV.
 
constexpr uint16_t HVADC_ERR = (1 << 15)
 HV ADC error.
 
constexpr uint16_t DEFAULT = 0x0000
 Default value.
 

Detailed Description

GLOBAL_DIAG1 register bit definitions.

Internal voltage and reference diagnostics.

Bit Map:
* Bit 15  : HVADC_ERR   - HV ADC error
* Bit 6   : VPRE_OV     - Pre-regulator overvoltage
* Bit 5   : REF_OV      - Reference overvoltage
* Bit 4   : REF_UV      - Reference undervoltage
* Bit 3   : VDD2V5_OV   - 2.5V supply overvoltage
* Bit 2   : VDD2V5_UV   - 2.5V supply undervoltage
* Bit 1   : VR_IREF_OV  - Bias current overvoltage
* Bit 0   : VR_IREF_UV  - Bias current undervoltage
* 

Default: 0x0000

Variable Documentation

◆ DEFAULT

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::DEFAULT = 0x0000
constexpr

Default value.

◆ HVADC_ERR

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::HVADC_ERR = (1 << 15)
constexpr

HV ADC error.

◆ REF_OV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::REF_OV = (1 << 5)
constexpr

Reference OV.

◆ REF_UV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::REF_UV = (1 << 4)
constexpr

Reference UV.

◆ VDD2V5_OV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::VDD2V5_OV = (1 << 3)
constexpr

2.5V supply OV

◆ VDD2V5_UV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::VDD2V5_UV = (1 << 2)
constexpr

2.5V supply UV

◆ VPRE_OV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::VPRE_OV = (1 << 6)
constexpr

Pre-reg OV.

◆ VR_IREF_OV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::VR_IREF_OV = (1 << 1)
constexpr

Bias current OV.

◆ VR_IREF_UV

constexpr uint16_t TLE92466ED::GLOBAL_DIAG1::VR_IREF_UV = (1 << 0)
constexpr

Bias current UV.