Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsio/
H A DdrvTSIO.c490 static MS_U8 u8Voltage = 1; //1.8v in _TSIO_Monitor() local
618 u8Voltage++; in _TSIO_Monitor()
619 if (u8Voltage == 3) in _TSIO_Monitor()
626 u8Voltage--; in _TSIO_Monitor()
627 if (u8Voltage == 0) in _TSIO_Monitor()
632 HAL_TSIO_STRLD_SET(u8Voltage); in _TSIO_Monitor()
639 TSIO_DBGTRACE("Voltage = %.02f v",(float)(u8Voltage*0.05 + 1.75)); in _TSIO_Monitor()