Searched refs:ref (Results 1 – 3 of 3) sorted by relevance
35 void lpc_set_input_ref(lpc_mode_e mode,lpc_reference_e ref) in lpc_set_input_ref() argument47 analog_write_reg8(0x0d,(analog_read_reg8(0x0d)&0x8f)|(ref<<4)); in lpc_set_input_ref()
169 static inline _Bool clock_time_exceed(unsigned int ref, unsigned int us) in clock_time_exceed() argument171 return ((unsigned int)(stimer_get_tick() - ref) > us * SYSTEM_TIMER_TICK_1US); in clock_time_exceed()
127 void lpc_set_input_ref(lpc_mode_e mode, lpc_reference_e ref);