S32 SDK
ftm_quad_decoder_state_t Struct Reference

FTM quadrature state(counter value and flags) More...

#include <ftm_qd_driver.h>

Data Fields

uint16_t counter
 
bool overflowFlag
 
bool overflowDirection
 
bool counterDirection
 

Detailed Description

FTM quadrature state(counter value and flags)

Implements : ftm_quad_decoder_state_t_Class

Definition at line 74 of file ftm_qd_driver.h.

Field Documentation

uint16_t counter

Counter value

Definition at line 76 of file ftm_qd_driver.h.

bool counterDirection

False FTM counter is decreasing, True FTM counter is increasing

Definition at line 81 of file ftm_qd_driver.h.

bool overflowDirection

False if overflow occurred at minimum value, True if overflow occurred at maximum value

Definition at line 79 of file ftm_qd_driver.h.

bool overflowFlag

True if overflow occurred, False if overflow doesn't occurred

Definition at line 77 of file ftm_qd_driver.h.


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