Searched refs:u16FeatherValue (Results 1 – 1 of 1) sorted by relevance
677 static MS_U16 u16FeatherValue = FeatherValueGain_MaxValue; in MDrv_SC_T12_UCDi_FeatherValueGain() local684 if(u16FeatherValue > FeatherValueGain_MinValue) in MDrv_SC_T12_UCDi_FeatherValueGain()686 u16FeatherValue--; in MDrv_SC_T12_UCDi_FeatherValueGain()690 u16FeatherValue = FeatherValueGain_MinValue; in MDrv_SC_T12_UCDi_FeatherValueGain()695 if(u16FeatherValue < FeatherValueGain_MaxValue) in MDrv_SC_T12_UCDi_FeatherValueGain()697 u16FeatherValue++; in MDrv_SC_T12_UCDi_FeatherValueGain()701 u16FeatherValue = FeatherValueGain_MaxValue; in MDrv_SC_T12_UCDi_FeatherValueGain()704 MApi_XC_W2BYTEMSK(REG_SC_BK2A_2D_L, (MS_U16)u16FeatherValue << 12, 0xF000); in MDrv_SC_T12_UCDi_FeatherValueGain()