|
ChibiOS 21.11.4
|
Debug support code. More...
#include "ch.h"Go to the source code of this file.
Functions | |
| void | __dbg_check_disable (void) |
Guard code for chSysDisable(). | |
| void | __dbg_check_suspend (void) |
Guard code for chSysSuspend(). | |
| void | __dbg_check_enable (void) |
Guard code for chSysEnable(). | |
| void | __dbg_check_lock (void) |
Guard code for chSysLock(). | |
| void | __dbg_check_unlock (void) |
Guard code for chSysUnlock(). | |
| void | __dbg_check_lock_from_isr (void) |
Guard code for chSysLockFromIsr(). | |
| void | __dbg_check_unlock_from_isr (void) |
Guard code for chSysUnlockFromIsr(). | |
| void | __dbg_check_enter_isr (void) |
Guard code for CH_IRQ_PROLOGUE(). | |
| void | __dbg_check_leave_isr (void) |
Guard code for CH_IRQ_EPILOGUE(). | |
| void | chDbgCheckClassI (void) |
| I-class functions context check. | |
| void | chDbgCheckClassS (void) |
| S-class functions context check. | |
Debug support code.
Definition in file chdebug.c.