Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO.c2861 …H].HiByteValue == 0x5A) && (ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH].LowByteValue == 0x5A)) && in _MApi_AUDIO_SIF_SetThreshold()
2862 …+1].HiByteValue == 0xA5) && (ThrTbl[HIDEV_I_TBL_INDEX+HIDEV_I_TBL_LENGTH+1].LowByteValue == 0xA5))) in _MApi_AUDIO_SIF_SetThreshold()
2871 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); in _MApi_AUDIO_SIF_SetThreshold()
2881 value = ( (0x00FF & ThrTbl[i].HiByteValue) <<8)|(0x00FF & ThrTbl[i].LowByteValue); 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.h669 MS_U8 LowByteValue; ///< Threshold low-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.h1910 MS_U8 LowByteValue; ///< Threshold low-byte member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvAUDIO_if.h2246 MS_U8 LowByteValue; ///< Threshold low-byte member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt85196 MS_U8 LowByteValue;