OpenOCD
cortex_m_cumulate_dhcsr_sticky()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
cortex_m_cumulate_dhcsr_sticky()
cortex_m_cumulate_dhcsr_sticky() function
DCB DHCSR register contains S_RETIRE_ST and S_RESET_ST bits cleared on a read. Call this helper function each time DHCSR is read to preserve S_RESET_ST state in case of a reset event was detected.
Syntax
Show:
Summary
Declaration
from
cortex_m.c:153
static
inline
void
cortex_m_cumulate_dhcsr_sticky
(
struct
cortex_m_common
*
cortex_m
,
uint32_t
dhcsr
)
;
Arguments
Argument
cortex_m
dhcsr
Related Functions
Found 6 other functions taking a
cortex_m_common
argument:
Function
is_cortex_m_or_hla()
is_cortex_m_with_dap_access()
cortex_m_init_arch_info()
cortex_m_verify_pointer()
cortex_m_dwt_setup()
adapter_init_arch_info()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out