|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | chDbgPanic3 (const char *, const char *, int) |
| void | logHardFault (uint32_t type, uintptr_t faultAddress, void *sp, struct port_extctx *ctx, uint32_t csfr) |
| void | setPinConfigurationOverrides () |
| void | irqEnterHook () |
| void | irqExitHook () |
| void | contextSwitchHook () |
| void | threadInitHook (void *) |
| void | onLockHook () |
| void | onUnlockHook () |
Definition at line 12 of file bootloader_stubs.cpp.
Referenced by _unhandled_exception(), BusFaultVector(), chDbgStackOverflowPanic(), DebugMonitorVector(), and UsageFaultVector().

| void contextSwitchHook | ( | void | ) |
Definition at line 26 of file bootloader_stubs.cpp.
| void irqEnterHook | ( | void | ) |
Definition at line 24 of file bootloader_stubs.cpp.
| void irqExitHook | ( | void | ) |
Definition at line 25 of file bootloader_stubs.cpp.
| void logHardFault | ( | uint32_t | type, |
| uintptr_t | faultAddress, | ||
| void * | sp, | ||
| struct port_extctx * | ctx, | ||
| uint32_t | csfr | ||
| ) |
Definition at line 16 of file bootloader_stubs.cpp.
| void onLockHook | ( | void | ) |
Definition at line 28 of file bootloader_stubs.cpp.
| void onUnlockHook | ( | void | ) |
Definition at line 29 of file bootloader_stubs.cpp.
| void setPinConfigurationOverrides | ( | void | ) |
Definition at line 19 of file bootloader_stubs.cpp.
Referenced by setDefaultBasePins().

| void threadInitHook | ( | void * | tp | ) |
Definition at line 27 of file bootloader_stubs.cpp.