Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO.c2861 …if (((ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH].HiByteValue == 0x5A) && (ThrTbl[HIDEV_I_TBL_IND… in _MApi_AUDIO_SIF_SetThreshold()
2862 …((ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH+1].HiByteValue == 0xA5) && (ThrTbl[HIDEV_I_TBL_INDEX… in _MApi_AUDIO_SIF_SetThreshold()
2869 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()
2871 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
2879 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()
2881 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
2889 while (ThrTbl[i].HiByteValue != 0xFF) in _MApi_AUDIO_SIF_SetThreshold()
2891 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
H A DapiAUDIO_v2_customer.h668 MS_U8 HiByteValue; ///< Threshold high-byte member
/utopia/UTPA2-700.0.x/modules/audio/drv/audio/
H A DdrvSIF.c256 value =( (0x00FF & ThrTbl->HiByteValue) <<8)|(0x00FF & ThrTbl->LowByteValue); in MDrv_SIF_SetThreshold()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvAUDIO_if.h1909 MS_U8 HiByteValue; ///< Threshold high-byte member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvAUDIO_if.h2245 MS_U8 HiByteValue; ///< Threshold high-byte member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt85195 MS_U8 HiByteValue;