Crate cortexv7m

Source
Expand description

Generic support for all Cortex-M platforms.

Functions§

generic_isr_arm_v7m
Generic interrupt handler for ARMv7-M instruction sets.
hard_fault_handler_arm_v7m
ARMv7-M hardfault handler.
ipsr_isr_number_to_str
svc_handler_arm_v7m
Handler of svc instructions on ARMv7-M.
switch_to_user_arm_v7m
Assembly function to switch into userspace and store/restore application state.
systick_handler_arm_v7m
ARMv7-M systick handler function.