|
rusEFI
The most advanced open source ECU
|
Typedefs | |
| typedef uint32_t | halclock_t |
| Type representing a system clock frequency. | |
| typedef uint32_t | halrtcnt_t |
| Type of the realtime free counter value. | |
Functions | |
| __attribute__ ((used, section(".bcaconfig"))) const | |
| __attribute__ ((used, section(".cfmconfig"))) const | |
| void | hal_lld_init (void) |
| Low level HAL driver initialization. | |
| void | ke1xf_init (void) |
| KE1xF initialization. | |
| typedef uint32_t halclock_t |
| typedef uint32_t halrtcnt_t |
| __attribute__ | ( | (used, section(".bcaconfig")) | ) | const |
Definition at line 48 of file hal_lld.c.
| __attribute__ | ( | (used, section(".cfmconfig")) | ) | const |
Definition at line 56 of file hal_lld.c.
| void hal_lld_init | ( | void | ) |
| void ke1xf_init | ( | void | ) |
KE1xF initialization.
board.h. board.c. @special
Definition at line 112 of file hal_lld.c.
Referenced by __early_init().
