FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
cfmWindow_t Struct Reference

Struct for configuring the Clock Frequency Measure window. More...

#include <midware_clock_manager.h>

Data Fields

uint16_t refCount
uint16_t windowHigh
uint16_t windowLow

Detailed Description

Struct for configuring the Clock Frequency Measure window.

This struct contains the register values that determines the CFM window. The members windowHigh and windowLow determines the upper and lower tolerances of the measurement. The refCount member determines how many reference clock cycles to count before the number of recorded source clock cycles is compared against the defined windowHigh and windowLow values. All members are of unsigned 16-bit values as the registers the values are written to are 16-bit registers.

Definition at line 163 of file midware_clock_manager.h.

Field Documentation

◆ refCount

uint16_t refCount

Duration of each measurement in number of reference clock cycles

Definition at line 165 of file midware_clock_manager.h.

◆ windowHigh

uint16_t windowHigh

Upper tolerance limit of the window

Definition at line 166 of file midware_clock_manager.h.

◆ windowLow

uint16_t windowLow

Lower tolerance limit of the window

Definition at line 167 of file midware_clock_manager.h.


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