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

FB_STAT register bit definitions. More...

Variables

constexpr uint16_t SUP_NOK_INT = (1 << 0)
 Internal supply fault.
 
constexpr uint16_t SUP_NOK_EXT = (1 << 1)
 External supply fault.
 
constexpr uint16_t EN_PROT = (1 << 2)
 Enable protection active.
 
constexpr uint16_t INIT_DONE = (1 << 3)
 Initialization done.
 
constexpr uint16_t CLK_NOK_STAT = (1 << 6)
 Clock fault status.
 

Detailed Description

FB_STAT register bit definitions.

General feedback and status information.

Variable Documentation

◆ CLK_NOK_STAT

constexpr uint16_t TLE92466ED::FB_STAT::CLK_NOK_STAT = (1 << 6)
constexpr

Clock fault status.

◆ EN_PROT

constexpr uint16_t TLE92466ED::FB_STAT::EN_PROT = (1 << 2)
constexpr

Enable protection active.

◆ INIT_DONE

constexpr uint16_t TLE92466ED::FB_STAT::INIT_DONE = (1 << 3)
constexpr

Initialization done.

◆ SUP_NOK_EXT

constexpr uint16_t TLE92466ED::FB_STAT::SUP_NOK_EXT = (1 << 1)
constexpr

External supply fault.

◆ SUP_NOK_INT

constexpr uint16_t TLE92466ED::FB_STAT::SUP_NOK_INT = (1 << 0)
constexpr

Internal supply fault.