Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/cec/CTR/
Dcec_Const.h33 static const s32 CEC_SIZEOF_MESSAGEID = (8); variable
36 static const s32 CEC_SIZEOF_MESSAGEID = (16);
39 static const size_t MESSAGE_ID_SIZE = CEC_SIZEOF_MESSAGEID;
Dcec_Types.h117 u8 messageId[CEC_SIZEOF_MESSAGEID]; //!< メッセージ固有ID
119 u8 messageId_pair[CEC_SIZEOF_MESSAGEID]; //!< メッセージ交換をした場合、対になるメッセージのID
Dcec_MessageId.h26 typedef u8 CECMessageId[CEC_SIZEOF_MESSAGEID];
Dcec_Control.h42 …u8 messageId[CEC_SIZEOF_MESSAGEID]; //!< 受信MessageのMessageID(先頭のMe…