rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
bootloader_stubs.cpp File Reference

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 ()
 

Function Documentation

◆ chDbgPanic3()

void chDbgPanic3 ( const char msg,
const char file,
int  line 
)

Definition at line 12 of file bootloader_stubs.cpp.

12 {
13}

Referenced by _unhandled_exception(), BusFaultVector(), chDbgStackOverflowPanic(), DebugMonitorVector(), and UsageFaultVector().

Here is the caller graph for this function:

◆ contextSwitchHook()

void contextSwitchHook ( void  )

Definition at line 26 of file bootloader_stubs.cpp.

26{}

◆ irqEnterHook()

void irqEnterHook ( void  )

Definition at line 24 of file bootloader_stubs.cpp.

24{}

◆ irqExitHook()

void irqExitHook ( void  )

Definition at line 25 of file bootloader_stubs.cpp.

25{}

◆ logHardFault()

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.

16{ }

◆ onLockHook()

void onLockHook ( void  )

Definition at line 28 of file bootloader_stubs.cpp.

28{}

◆ onUnlockHook()

void onUnlockHook ( void  )

Definition at line 29 of file bootloader_stubs.cpp.

29{}

◆ setPinConfigurationOverrides()

void setPinConfigurationOverrides ( void  )

Definition at line 19 of file bootloader_stubs.cpp.

19{ }

Referenced by setDefaultBasePins().

Here is the caller graph for this function:

◆ threadInitHook()

void threadInitHook ( void *  tp)

Definition at line 27 of file bootloader_stubs.cpp.

27{}

Go to the source code of this file.