![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Trace buffer record. More...
#include <chdebug.h>
Data Fields | |
| void * | cse_wtobjp |
| Object where going to sleep. | |
| systime_t | cse_time |
| Time of the switch event. | |
| uint16_t | cse_state: 4 |
| Switched out thread state. | |
| uint16_t | cse_tid: 12 |
| Switched in thread id. | |
Trace buffer record.
Definition at line 67 of file chdebug.h.
| void* CtxSwcEvent::cse_wtobjp |
1.7.1