OpenOCD
|
Data Fields | |
uint32_t | comp |
uint32_t | dwt_comparator_address |
uint32_t | function |
uint32_t | mask |
bool | used |
Definition at line 185 of file cortex_m.h.
uint32_t cortex_m_dwt_comparator::comp |
Definition at line 187 of file cortex_m.h.
Referenced by cortex_m_endreset_event(), and cortex_m_set_watchpoint().
uint32_t cortex_m_dwt_comparator::dwt_comparator_address |
Definition at line 190 of file cortex_m.h.
Referenced by cortex_m_dwt_setup(), cortex_m_endreset_event(), cortex_m_hit_watchpoint(), cortex_m_set_watchpoint(), and cortex_m_unset_watchpoint().
uint32_t cortex_m_dwt_comparator::function |
Definition at line 189 of file cortex_m.h.
Referenced by cortex_m_set_watchpoint(), and cortex_m_unset_watchpoint().
uint32_t cortex_m_dwt_comparator::mask |
Definition at line 188 of file cortex_m.h.
Referenced by cortex_m_set_watchpoint().
bool cortex_m_dwt_comparator::used |
Definition at line 186 of file cortex_m.h.
Referenced by cortex_m_set_watchpoint(), and cortex_m_unset_watchpoint().