Freescale Semiconductor Inc.
Main Page | Data Structures | File List | Data Fields | Globals

cam_states_t Struct Reference

#include <etpu_cam.h>


Detailed Description

A structure to represent internal states of CAM.

Definition at line 72 of file etpu_cam.h.

Data Fields

uint8_t error
uint8_t log_count
uint8_t log_idx


Field Documentation

uint8_t cam_states_t::error
 

This is the error status of CAM. It includes the following error flags:

Definition at line 74 of file etpu_cam.h.

Referenced by fs_etpu_cam_get_states().

uint8_t cam_states_t::log_count
 

This is a count of transitions logged during the last completed engine cycle.

Definition at line 79 of file etpu_cam.h.

Referenced by fs_etpu_cam_get_states().

uint8_t cam_states_t::log_idx
 

This is an index of the first free position in the log buffer, starting at 0. log_idx is copied to log_count before resetting.

Definition at line 81 of file etpu_cam.h.

Referenced by fs_etpu_cam_get_states().


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