UUtzinger_DRV8704  0.1.1
Arduino library for the DRV8704 dual H-bridge gate driver
DRV8704Status Struct Reference

Decoded device status and fault state. More...

#include <drv8704_types.h>

Public Member Functions

 DRV8704Status ()
 

Public Attributes

bool overCurrentA
 
bool overCurrentB
 
bool overTemperature
 
bool predriverFaultA
 
bool predriverFaultB
 
uint16_t raw
 
bool undervoltage
 

Detailed Description

Decoded device status and fault state.

Constructor & Destructor Documentation

◆ DRV8704Status()

DRV8704Status::DRV8704Status ( )
inline

Member Data Documentation

◆ overCurrentA

bool DRV8704Status::overCurrentA

◆ overCurrentB

bool DRV8704Status::overCurrentB

◆ overTemperature

bool DRV8704Status::overTemperature

◆ predriverFaultA

bool DRV8704Status::predriverFaultA

◆ predriverFaultB

bool DRV8704Status::predriverFaultB

◆ raw

uint16_t DRV8704Status::raw

◆ undervoltage

bool DRV8704Status::undervoltage

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