SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
pwm_fault_t Struct Reference

Configuration of PWM fault input behaviors. More...

#include <pwm.h>

Data Fields

bool b_clear
 Boolean of clearing fault flag.
bool b_filtered
 Boolean of fault filtering.
pwm_fault_id_t fault_id
 Fault ID.
pwm_level_t polarity
 Polarity of fault input.

Detailed Description

Configuration of PWM fault input behaviors.

Definition at line 261 of file pwm.h.

Field Documentation

◆ b_clear

bool pwm_fault_t::b_clear

Boolean of clearing fault flag.

Definition at line 267 of file pwm.h.

Referenced by pwm_fault_init().

◆ b_filtered

bool pwm_fault_t::b_filtered

Boolean of fault filtering.

Definition at line 269 of file pwm.h.

Referenced by pwm_fault_init().

◆ fault_id

pwm_fault_id_t pwm_fault_t::fault_id

Fault ID.

Definition at line 263 of file pwm.h.

Referenced by pwm_fault_init().

◆ polarity

pwm_level_t pwm_fault_t::polarity

Polarity of fault input.

Definition at line 265 of file pwm.h.

Referenced by pwm_fault_init().