OpenOCD
|
Data Fields | |
uint32_t | comp |
uint32_t | dwt_comparator_address |
uint32_t | function |
uint32_t | mask |
bool | used |
Definition at line 201 of file cortex_m.h.
uint32_t cortex_m_dwt_comparator::comp |
Definition at line 203 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 206 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 205 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 204 of file cortex_m.h.
Referenced by cortex_m_set_watchpoint().
bool cortex_m_dwt_comparator::used |
Definition at line 202 of file cortex_m.h.
Referenced by cortex_m_set_watchpoint(), and cortex_m_unset_watchpoint().