|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
Structure which is pushed onto the stack by the Cortex-M0 during exception processing - stack frame. 更多...
#include <exception.h>
成员变量 | |
| unsigned long | stacked_r0 |
| unsigned long | stacked_r1 |
| unsigned long | stacked_r2 |
| unsigned long | stacked_r3 |
| unsigned long | stacked_r12 |
| unsigned long | stacked_lr |
| unsigned long | stacked_pc |
| unsigned long | stacked_psr |
Structure which is pushed onto the stack by the Cortex-M0 during exception processing - stack frame.
| unsigned long stack_frame_t::stacked_lr |
| unsigned long stack_frame_t::stacked_pc |
| unsigned long stack_frame_t::stacked_psr |
| unsigned long stack_frame_t::stacked_r0 |
| unsigned long stack_frame_t::stacked_r1 |
| unsigned long stack_frame_t::stacked_r12 |
| unsigned long stack_frame_t::stacked_r2 |
| unsigned long stack_frame_t::stacked_r3 |