Bar Logo 3.8/7.6 kw Totem pole Demonstration Application (Part-No. (not specified))
 
Content
     
Loading...
Searching...
No Matches
reset_types.h File Reference

This is the generated driver types header file for the RESET driver. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  RESET_TYPES { RESET_ERROR_RCON_TRAPR = 1 , RESET_ERROR_RCON_IOPUWR = 2 , RESET_ERROR_RCON_CM = 3 , RESET_ERROR_RCON_WDTO_ISR = 4 }
 
enum  RESET_MASKS { RESET_MASK_POR = 0x0001 , RESET_MASK_WDTO = 0x0010 , RESET_MASK_SWR = 0x0040 , RESET_MASK_EXTR = 0x0080 , RESET_MASK_CM = 0x0200 , RESET_MASK_IOPUWR = 0x4000 , RESET_MASK_TRAPR = 0x8000 }
 

Detailed Description

RESET Generated Driver Types Header File

Definition in file reset_types.h.

Enumeration Type Documentation

◆ RESET_MASKS

Enumerator
RESET_MASK_POR 

Defines the power ON Reset flag mask location

RESET_MASK_WDTO 

Defines the watchdog timeout reset flag mask location

RESET_MASK_SWR 

Defines the software reset mask location

RESET_MASK_EXTR 

Defines the external reset mask location

RESET_MASK_CM 

Defines the configuration mismatch reset mask location

RESET_MASK_IOPUWR 

Defines the illegal opcode or uninitialized W access reset mask location

RESET_MASK_TRAPR 

Defines the trap reset mask location

Definition at line 59 of file reset_types.h.

◆ RESET_TYPES

Enumerator
RESET_ERROR_RCON_TRAPR 

A Trap Conflict Reset has occurred

RESET_ERROR_RCON_IOPUWR 

An illegal opcode detection, an illegal address mode or Uninitialized W register used as an Address Pointer caused a Reset

RESET_ERROR_RCON_CM 

A Configuration Mismatch Reset has occurred

RESET_ERROR_RCON_WDTO_ISR 

WDT time-out has occurred

Definition at line 46 of file reset_types.h.