#include <fault_handler/drivers/drv_fault_handler.h>
Collaboration diagram for FLT_COMPARE_OBJECT_s:Data Fields | |
| volatile uint16_t * | ptrObject |
| Pointer to register or variable which should be monitored. More... | |
| volatile uint16_t | bitMask |
| Bit mask will be &-ed with source as value (use 0xFFFF for full value comparison) More... | |
Definition at line 104 of file drv_fault_handler.h.
| volatile uint16_t bitMask |
Bit mask will be &-ed with source as value (use 0xFFFF for full value comparison)
Definition at line 107 of file drv_fault_handler.h.
| volatile uint16_t* ptrObject |
Pointer to register or variable which should be monitored.
Definition at line 106 of file drv_fault_handler.h.