Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ir/drv/ir/
H A DdrvIR.c152 static MS_U8 gu8IRRepeat; variable
218 gu8IRRepeat = (MS_U8)pMsg->u8Parameters[1]; in _IR_MailBoxCallbackHandler()
219 IR_DBG_INFO("Notify => (key=0x%02x, repeat=0x%02x)\n", gu8IRKey,gu8IRRepeat); in _IR_MailBoxCallbackHandler()
222 gfIRCallback(gu8IRKey, gu8IRRepeat); in _IR_MailBoxCallbackHandler()
273 gu8IRRepeat = MB_Command.u8Parameters[1]; in _IR_MailBoxHandler()
603 *pu8Repeat = gu8IRRepeat; in MDrv_IR_GetKeyCode()