rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
clock_config.h
Go to the documentation of this file.
1#ifndef KINETIS_CLOCK_CONFIG_H_
2#define KINETIS_CLOCK_CONFIG_H_
3
4#if defined(__cplusplus)
5extern "C" {
6#endif /* __cplusplus*/
7
8/*! @brief Kinetis Clock Type. */
9typedef enum {
11 kinetis_clock_int_osc_run, // internal oscillator, normal-speed "run" mode
12 kinetis_clock_int_osc_hs, // internal oscillator, high-speed mode
13 kinetis_clock_ext_osc_hs, // external oscillator
15
16/*!
17 * @brief This function executes the configuration of clocks.
18 *
19 */
21
23
24#if defined(__cplusplus)
25}
26#endif /* __cplusplus*/
27
28#endif /* KINETIS_CLOCK_CONFIG_H_ */
static kinetis_clock_type_e clockType
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)
kinetis_clock_type_e
Kinetis Clock Type.
Definition clock_config.h:9
@ kinetis_clock_int_osc_run
@ kinetis_clock_default_firc
@ kinetis_clock_ext_osc_hs
@ kinetis_clock_int_osc_hs