|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | CpuInit () |
| void | TimerInit () |
| void | TimerReset () |
| void | TimerUpdate () |
| void | __cpu_init () |
| blt_int32u | TimerGet () |
| void | CpuMemCopy (blt_addr dest, blt_addr src, blt_int16u len) |
| void | CpuMemSet (blt_addr dest, blt_int8u value, blt_int16u len) |
| void | CpuStartUserProgram (void) |
| void __cpu_init | ( | ) |
Definition at line 16 of file openblt_chibios.cpp.
| void CpuInit | ( | ) |
Definition at line 8 of file openblt_chibios.cpp.
| void CpuMemCopy | ( | blt_addr | dest, |
| blt_addr | src, | ||
| blt_int16u | len | ||
| ) |
Definition at line 28 of file openblt_chibios.cpp.
Referenced by Rs232ReceivePacket().

| void CpuMemSet | ( | blt_addr | dest, |
| blt_int8u | value, | ||
| blt_int16u | len | ||
| ) |
Definition at line 33 of file openblt_chibios.cpp.
| void CpuStartUserProgram | ( | void | ) |
Definition at line 43 of file openblt_chibios.cpp.
Referenced by main().


| blt_int32u TimerGet | ( | ) |
Definition at line 24 of file openblt_chibios.cpp.
Referenced by LedBlinkTask(), and Rs232ReceivePacket().

| void TimerInit | ( | ) |
Definition at line 10 of file openblt_chibios.cpp.
| void TimerReset | ( | ) |
Definition at line 11 of file openblt_chibios.cpp.
Referenced by CpuStartUserProgram().

| void TimerUpdate | ( | ) |
Definition at line 13 of file openblt_chibios.cpp.