Functions | |
int32_t | Cy_SysClk_ImoTrim (uint32_t imoFreq, cy_en_sysclk_calib_formula_t order) |
Trims the IMO to be as close to requested frequency as possible. More... | |
int32_t | Cy_SysClk_PiloTrim (uint32_t piloFreq, cy_en_sysclk_calib_formula_t order) |
Trims the PILO to be as close to 32,768 Hz as possible. More... | |
int32_t Cy_SysClk_ImoTrim | ( | uint32_t | imoFreq, |
cy_en_sysclk_calib_formula_t | order | ||
) |
Trims the IMO to be as close to requested frequency as possible.
imoFreq | current IMO frequency. Call Cy_SysClk_CalibStart and other measurement functions to obtain the current frequency of the IMO. |
order | type of the calibration cy_en_sysclk_calib_formula_t which will be executed. |
int32_t Cy_SysClk_PiloTrim | ( | uint32_t | piloFreq, |
cy_en_sysclk_calib_formula_t | order | ||
) |
Trims the PILO to be as close to 32,768 Hz as possible.
piloFreq | current PILO frequency. Call Cy_SysClk_CalibStart and other measurement functions to obtain the current frequency of the PILO. |
order | type of the calibration cy_en_sysclk_calib_formula_t which will be executed |