rusEFI
The most advanced open source ECU
|
Enumerations | |
enum | kinetis_clock_type_e { kinetis_clock_default_firc = 0 , kinetis_clock_int_osc_run , kinetis_clock_int_osc_hs , kinetis_clock_ext_osc_hs } |
Kinetis Clock Type. More... | |
Functions | |
void | ke1xf_clock_init (kinetis_clock_type_e clockType) |
This function executes the configuration of clocks. | |
kinetis_clock_type_e | ke1xf_clock_get_current_type (void) |
enum kinetis_clock_type_e |
Kinetis Clock Type.
Enumerator | |
---|---|
kinetis_clock_default_firc | |
kinetis_clock_int_osc_run | |
kinetis_clock_int_osc_hs | |
kinetis_clock_ext_osc_hs |
Definition at line 9 of file clock_config.h.
kinetis_clock_type_e ke1xf_clock_get_current_type | ( | void | ) |
Definition at line 249 of file clock_config.c.
Referenced by flashUnlock().
void ke1xf_clock_init | ( | kinetis_clock_type_e | clockType | ) |
This function executes the configuration of clocks.
Definition at line 168 of file clock_config.c.
Referenced by __late_init(), flashLock(), and flashUnlock().