FB_STAT register bit definitions.
More...
|
| 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.
|
| |
FB_STAT register bit definitions.
General feedback and status information.
◆ CLK_NOK_STAT
| constexpr uint16_t TLE92466ED::FB_STAT::CLK_NOK_STAT = (1 << 6) |
|
constexpr |
◆ 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 |
◆ SUP_NOK_EXT
| constexpr uint16_t TLE92466ED::FB_STAT::SUP_NOK_EXT = (1 << 1) |
|
constexpr |
◆ SUP_NOK_INT
| constexpr uint16_t TLE92466ED::FB_STAT::SUP_NOK_INT = (1 << 0) |
|
constexpr |