Thread entry frame layout. More...
Data Fields | |
uint32_t | cef_r0 |
uint32_t | cef_pc |
uint8_t | cef_arghi |
uint8_t | cef_arglo |
uint8_t | cef_rampz |
uint8_t | cef_sreg |
uint8_t | cef_r1 |
uint8_t | cef_pchi |
uint8_t | cef_pclo |
uint8_t | cef_yhi |
ImageCraft software stack. | |
uint8_t | cef_ylo |
uint32_t | cef_r12 |
Thread entry frame layout.
This is the stack layout being build to enter a new thread.
Definition at line 142 of file context.c.
Referenced by NutThreadCreate().
Definition at line 143 of file context.c.
Referenced by NutThreadCreate().
Definition at line 184 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 185 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 186 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 187 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 188 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 192 of file context_gcc.c.
Referenced by NutThreadCreate().
Definition at line 193 of file context_gcc.c.
Referenced by NutThreadCreate().
ImageCraft software stack.
Definition at line 155 of file context_icc.c.
Referenced by NutThreadCreate().
Definition at line 156 of file context_icc.c.
Referenced by NutThreadCreate().
Definition at line 84 of file context.c.
Referenced by NutThreadCreate().