Home
last modified time | relevance | path

Searched refs:clkSource (Results 1 – 2 of 2) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
Dmldl.h135 inv_error_t inv_clock_source(unsigned char clkSource);
Dmldl.c588 inv_error_t inv_clock_source(unsigned char clkSource) in inv_clock_source() argument
593 if (clkSource >= NUM_CLK_SEL) { in inv_clock_source()
597 mldlCfg.clk_src = clkSource; in inv_clock_source()