rusEFI
The most advanced open source ECU
Functions
rusefi_stubs.cpp File Reference

Functions

void chDbgPanic3 (const char *, const char *, int)
 
void logHardFault (uint32_t type, uintptr_t faultAddress, 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 rusefi_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 24 of file rusefi_stubs.cpp.

24 {}

◆ irqEnterHook()

void irqEnterHook ( void  )

Definition at line 22 of file rusefi_stubs.cpp.

22 {}

◆ irqExitHook()

void irqExitHook ( void  )

Definition at line 23 of file rusefi_stubs.cpp.

23 {}

◆ logHardFault()

void logHardFault ( uint32_t  type,
uintptr_t  faultAddress,
struct port_extctx *  ctx,
uint32_t  csfr 
)

Definition at line 15 of file rusefi_stubs.cpp.

15 { }

◆ onLockHook()

void onLockHook ( void  )

Definition at line 26 of file rusefi_stubs.cpp.

26 {}

◆ onUnlockHook()

void onUnlockHook ( void  )

Definition at line 27 of file rusefi_stubs.cpp.

27 {}

◆ setPinConfigurationOverrides()

void setPinConfigurationOverrides ( void  )

Definition at line 17 of file rusefi_stubs.cpp.

17 { }

Referenced by setDefaultBasePins().

Here is the caller graph for this function:

◆ threadInitHook()

void threadInitHook ( void *  tp)

Definition at line 25 of file rusefi_stubs.cpp.

25 {}

Go to the source code of this file.