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

Holds configurations for all error channels. More...

#include <midware_error_manager.h>

Data Fields

errChConfig_t vregfail
errChConfig_t buserr
errChConfig_t ram2
errChConfig_t flash2
errChConfig_t opc
errChConfig_t splim
errChConfig_t ram1
errChConfig_t flash1
errChConfig_t vregwarn
errChConfig_t cfd0
errChConfig_t cfd1
errChConfig_t cfm0
errChConfig_t cfm1
errChConfig_t swdt
errChConfig_t eeprom
errChConfig_t evsys0
errChConfig_t evsys1

Detailed Description

Holds configurations for all error channels.

Each configuration in this struct corresponds to an errCh_t configuration. It holds the configuration used by MW_ConfigErrorChannels to determine the configuration of the error channels in hardware.

Definition at line 102 of file midware_error_manager.h.

Field Documentation

◆ buserr

errChConfig_t buserr

ERRCH_BUSERR config

Definition at line 105 of file midware_error_manager.h.

◆ cfd0

ERRCH_CFD0 config

Definition at line 113 of file midware_error_manager.h.

◆ cfd1

ERRCH_CFD1 config

Definition at line 114 of file midware_error_manager.h.

◆ cfm0

ERRCH_CFM0 config

Definition at line 115 of file midware_error_manager.h.

◆ cfm1

ERRCH_CFM1 config

Definition at line 116 of file midware_error_manager.h.

◆ eeprom

errChConfig_t eeprom

ERRCH_EEPROM config

Definition at line 118 of file midware_error_manager.h.

◆ evsys0

errChConfig_t evsys0

ERRCH_EVSYS0 config

Definition at line 119 of file midware_error_manager.h.

◆ evsys1

errChConfig_t evsys1

ERRCH_EVSYS1 config

Definition at line 120 of file midware_error_manager.h.

◆ flash1

errChConfig_t flash1

ERRCH_FLASH1 config

Definition at line 111 of file midware_error_manager.h.

◆ flash2

errChConfig_t flash2

ERRCH_FLASH2 config

Definition at line 107 of file midware_error_manager.h.

◆ opc

ERRCH_OPC config

Definition at line 108 of file midware_error_manager.h.

◆ ram1

ERRCH_RAM1 config

Definition at line 110 of file midware_error_manager.h.

◆ ram2

ERRCH_RAM2 config

Definition at line 106 of file midware_error_manager.h.

◆ splim

ERRCH_SPLIM config

Definition at line 109 of file midware_error_manager.h.

◆ swdt

ERRCH_SWDT config

Definition at line 117 of file midware_error_manager.h.

◆ vregfail

errChConfig_t vregfail

ERRCH_VREGFAIL config

Definition at line 104 of file midware_error_manager.h.

◆ vregwarn

errChConfig_t vregwarn

ERRCH_VREGWARN config

Definition at line 112 of file midware_error_manager.h.


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