Energy Micro IEC60355 Library Project 1.037 GCC-Version
IEC60355 Library documentation and API

IRQTestData_t Struct Reference

type structure for interrupt testing. More...

#include "iec60335_class_b_typedef.h"

Data Fields

uint32_t EffectiveCount
uint32_t MinThres
uint32_t MaxThres

Detailed Description

type structure for interrupt testing.

For each interrupt, which has to be tested, there has to be one instance of this structure. To initialize the struct, use the initialization function: IEC60335_ClassB_InitInterruptTest(IRQn_Type IRQn, uint8_t Mode, IRQTestData_t *CountSetup).

Definition at line 112 of file iec60335_class_b_typedef.h.


Field Documentation

counter Variable

Definition at line 114 of file iec60335_class_b_typedef.h.

maximum threshold target of interrupt occurrences

Definition at line 116 of file iec60335_class_b_typedef.h.

minimum threshold target of interrupt occurrences

Definition at line 115 of file iec60335_class_b_typedef.h.


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