WPILibC++ 2024.3.2
HAL_REVPHStickyFaults Struct Reference

Storage for REV PH Sticky Faults. More...

#include <hal/REVPH.h>

Public Attributes

uint32_t compressorOverCurrent: 1
 
uint32_t compressorOpen: 1
 
uint32_t solenoidOverCurrent: 1
 
uint32_t brownout: 1
 
uint32_t canWarning: 1
 
uint32_t canBusOff: 1
 
uint32_t hasReset: 1
 

Detailed Description

Storage for REV PH Sticky Faults.

Member Data Documentation

◆ brownout

uint32_t HAL_REVPHStickyFaults::brownout

◆ canBusOff

uint32_t HAL_REVPHStickyFaults::canBusOff

◆ canWarning

uint32_t HAL_REVPHStickyFaults::canWarning

◆ compressorOpen

uint32_t HAL_REVPHStickyFaults::compressorOpen

◆ compressorOverCurrent

uint32_t HAL_REVPHStickyFaults::compressorOverCurrent

◆ hasReset

uint32_t HAL_REVPHStickyFaults::hasReset

◆ solenoidOverCurrent

uint32_t HAL_REVPHStickyFaults::solenoidOverCurrent

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