Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx_tee/
H A DapiDMX_tee.c211 MBX_Msg _DmxTeeToReeMbxMsg; variable
407 memset(&_DmxTeeToReeMbxMsg,0,sizeof(MBX_Msg)); in _DMX_TEE_Proc()
408 _DmxTeeToReeMbxMsg.eRoleID = E_MBX_CPU_MIPS; in _DMX_TEE_Proc()
409 _DmxTeeToReeMbxMsg.u8Ctrl = 0; in _DMX_TEE_Proc()
410 _DmxTeeToReeMbxMsg.eMsgType = E_MBX_MSG_TYPE_INSTANT; in _DMX_TEE_Proc()
411 _DmxTeeToReeMbxMsg.u8MsgClass = _Dmx_TEE_msg.u8MsgClass; in _DMX_TEE_Proc()
412 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_SUCCESS; in _DMX_TEE_Proc()
413 _DmxTeeToReeMbxMsg.u8Parameters[0] = 0; in _DMX_TEE_Proc()
414 _DmxTeeToReeMbxMsg.u8ParameterCount = 0; in _DMX_TEE_Proc()
426 _DmxTeeToReeMbxMsg.u8Index = E_DMX_TEE_TO_REE_MBX_ACK_MSG_ACTION_FAIL; in _DMX_TEE_Proc()
[all …]