Home
last modified time | relevance | path

Searched refs:AD_IDLE (Results 1 – 4 of 4) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/src/
H A Da2d_v2.cc166 if (ad_state != AD_IDLE) { in start_conversion()
184 ad_state = AD_IDLE; in stop_conversion()
281 case AD_IDLE: in callback()
307 ad_state = AD_IDLE; in callback()
H A Da2d_v2.h161 AD_IDLE, enumerator
210 unsigned int ad_state = AD_IDLE;
H A Da2dconverter.cc73 ad_state(AD_IDLE), in ADCON0()
151 if (ad_state != AD_IDLE) in start_conversion()
172 ad_state = AD_IDLE; in stop_conversion()
301 case AD_IDLE: in callback()
327 ad_state = AD_IDLE; in callback()
H A Da2dconverter.h232 AD_IDLE, enumerator