Ejemplo n.º 1
0
//! Callback used to reset the counter of the target oscillator.
void freq_detect_iface_target_cnt_reset(void)
{
	Set_sys_count(0);
}
void TIME_MEASURING_Init_Timer (void)
{
    Set_sys_compare (0);
    Set_sys_count (0);
}