#define | TRAP_DMA_SUPPORT 0 |
Device does not support DMA. More... | |
#define | FAULT_OBJECT_CPU_RESET_TRIGGER_BIT_MASK 0b0000000000000001 |
This define is used to filter the fault object CPU reset trigger. More... | |
#define | CPU_RESET_TRIGGER_LOW_BIT_MASK 0b00000000000000011011101110000000 |
This define is used to filter on critical fault conditions used to trigger a CPU reset. More... | |
This chapter provides detailed information about the public defines and macros provided by the fault handler library.
#define CPU_RESET_TRIGGER_LOW_BIT_MASK 0b00000000000000011011101110000000 |
This define is used to filter on critical fault conditions used to trigger a CPU reset.
Definition at line 81 of file drv_trap_handler.h.
#define FAULT_OBJECT_CPU_RESET_TRIGGER_BIT_MASK 0b0000000000000001 |
This define is used to filter the fault object CPU reset trigger.
Definition at line 80 of file drv_trap_handler.h.
TRAP_DMA_SUPPORT 0 |
Device does not support DMA.
defining trap-ID for primary and secondary vectors
Definition at line 76 of file drv_trap_handler.h.