Home
last modified time | relevance | path

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

/drivers/staging/epl/
DEplDllk.c516 AmiSetByteToLe(&pTxFrame->m_le_bSrcNodeId, in EplDllkCreateTxFrame()
532 AmiSetByteToLe(&pTxFrame-> in EplDllkCreateTxFrame()
543 AmiSetByteToLe(&pTxFrame->m_Data.m_Asnd.m_le_bServiceId, in EplDllkCreateTxFrame()
552 AmiSetByteToLe(&pTxFrame->m_le_bDstNodeId, in EplDllkCreateTxFrame()
564 AmiSetByteToLe(&pTxFrame->m_le_bDstNodeId, in EplDllkCreateTxFrame()
570 AmiSetByteToLe(&pTxFrame->m_Data.m_Soa.m_le_bEplVersion, in EplDllkCreateTxFrame()
579 AmiSetByteToLe(&pTxFrame->m_le_bDstNodeId, in EplDllkCreateTxFrame()
600 AmiSetByteToLe(&pTxFrame->m_le_bMessageType, (BYTE) MsgType_p); in EplDllkCreateTxFrame()
713 AmiSetByteToLe(&pTxFrame->m_Data.m_Asnd.m_Payload. in EplDllkProcess()
1308 AmiSetByteToLe(&pTxFrame->m_Data.m_Pres. in EplDllkProcess()
[all …]
DEplNmtCnu.c252AmiSetByteToLe(&NmtRequestFrame.m_le_bDstNodeId, (BYTE) EPL_C_ADR_MN_DEF_NODE_ID); // node id of t… in EplNmtCnuSendNmtRequest()
253 AmiSetByteToLe(&NmtRequestFrame.m_le_bMessageType, in EplNmtCnuSendNmtRequest()
255 AmiSetByteToLe(&NmtRequestFrame.m_Data.m_Asnd.m_le_bServiceId, in EplNmtCnuSendNmtRequest()
257 AmiSetByteToLe(&NmtRequestFrame.m_Data.m_Asnd.m_Payload. in EplNmtCnuSendNmtRequest()
260AmiSetByteToLe(&NmtRequestFrame.m_Data.m_Asnd.m_Payload.m_NmtRequestService.m_le_bTargetNodeId, (B… in EplNmtCnuSendNmtRequest()
DEplSdoComu.c2110 AmiSetByteToLe(&pCommandFrame->m_le_bCommandId, in EplSdoComServerSendFrameIntern()
2112 AmiSetByteToLe(&pCommandFrame->m_le_bTransactionId, in EplSdoComServerSendFrameIntern()
2133 AmiSetByteToLe(&pCommandFrame->m_le_bFlags, 0x80); in EplSdoComServerSendFrameIntern()
2148 AmiSetByteToLe(&pCommandFrame->m_le_bFlags, bFlag); in EplSdoComServerSendFrameIntern()
2193 AmiSetByteToLe(&pCommandFrame-> in EplSdoComServerSendFrameIntern()
2237 AmiSetByteToLe(&pCommandFrame-> in EplSdoComServerSendFrameIntern()
2280 AmiSetByteToLe(&pCommandFrame-> in EplSdoComServerSendFrameIntern()
2323 AmiSetByteToLe(&pCommandFrame->m_le_bFlags, bFlag); in EplSdoComServerSendFrameIntern()
2656 AmiSetByteToLe(&pCommandFrame->m_le_bCommandId, in EplSdoComClientSend()
2658 AmiSetByteToLe(&pCommandFrame->m_le_bTransactionId, in EplSdoComClientSend()
[all …]
DEplSdoAsndu.c342 AmiSetByteToLe(&pSrcData_p->m_le_bMessageType, (BYTE) kEplMsgTypeAsnd); // ASnd == 0x06 in EplSdoAsnduSendData()
344 AmiSetByteToLe(&pSrcData_p->m_le_bDstNodeId, in EplSdoAsnduSendData()
348 AmiSetByteToLe(&pSrcData_p->m_le_bSrcNodeId, 0x00); in EplSdoAsnduSendData()
DEplPdok.c510 AmiSetByteToLe(&pFrame->m_Data.m_Pres.m_le_bFlag1, in EplPdokProcess()
572 AmiSetByteToLe(&pFrame->m_Data.m_Pres.m_le_bPdoVersion, in EplPdokProcess()
640 AmiSetByteToLe(&pFrame->m_Data.m_Pres. in EplPdokProcess()
DEplSdoUdpu.c545 AmiSetByteToLe(&pSrcData_p->m_le_bMessageType, 0x06); // SDO in EplSdoUdpuSendData()
547 AmiSetByteToLe(&pSrcData_p->m_le_bDstNodeId, 0x00); in EplSdoUdpuSendData()
549 AmiSetByteToLe(&pSrcData_p->m_le_bSrcNodeId, 0x00); in EplSdoUdpuSendData()
DEplSdoAsySequ.c1740 AmiSetByteToLe in EplSdoAsySeqProcess()
2041 AmiSetByteToLe(&pEplFrame->m_Data.m_Asnd.m_le_bServiceId, 0x05); in EplSdoAsySeqSendIntern()
2042 AmiSetByteToLe(&pEplFrame->m_Data.m_Asnd.m_Payload.m_SdoSequenceFrame. in EplSdoAsySeqSendIntern()
2045 AmiSetByteToLe(&pEplFrame->m_Data.m_Asnd.m_Payload.m_SdoSequenceFrame. in EplSdoAsySeqSendIntern()
2048 AmiSetByteToLe(&pEplFrame->m_Data.m_Asnd.m_Payload.m_SdoSequenceFrame. in EplSdoAsySeqSendIntern()
DEplAmi.h137 #define AmiSetByteToLe(pAddr_p, bByteVal_p) {*(BYTE FAR*)(pAddr_p) = (bByteVal_p);} macro
DEplNmtMnu.c442 AmiSetByteToLe(&pFrame->m_le_bDstNodeId, (BYTE) uiNodeId_p); in EplNmtMnuSendNmtCommandEx()
443 AmiSetByteToLe(&pFrame->m_Data.m_Asnd.m_le_bServiceId, in EplNmtMnuSendNmtCommandEx()
445 AmiSetByteToLe(&pFrame->m_Data.m_Asnd.m_Payload.m_NmtCommandService. in EplNmtMnuSendNmtCommandEx()
DEplObd.c1094 AmiSetByteToLe(pDstData_p, *((BYTE *) pSrcData)); in EplObdReadEntryToLe()