Home
last modified time | relevance | path

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

/canopennode-3.5.0-3.4.0/example/CO_OD_with_trace/
DCO_OD.c133 {(void*)&CO_OD_ROM.identity.maxSubIndex, 0x05, 1},
139 {(void*)&CO_OD_ROM.SDOServerParameter[0].maxSubIndex, 0x05, 1},
143 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[0].maxSubIndex, 0x05, 1},
147 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[1].maxSubIndex, 0x05, 1},
151 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[2].maxSubIndex, 0x05, 1},
155 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[3].maxSubIndex, 0x05, 1},
199 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[0].maxSubIndex, 0x05, 1},
207 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[1].maxSubIndex, 0x05, 1},
215 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[2].maxSubIndex, 0x05, 1},
223 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[3].maxSubIndex, 0x05, 1},
[all …]
DCO_OD.h97 UNSIGNED8 maxSubIndex; member
105 UNSIGNED8 maxSubIndex; member
111 UNSIGNED8 maxSubIndex; member
129 UNSIGNED8 maxSubIndex; member
151 UNSIGNED8 maxSubIndex; member
160 UNSIGNED8 maxSubIndex; member
167 UNSIGNED8 maxSubIndex; member
179 UNSIGNED8 maxSubIndex; member
/canopennode-3.5.0-3.4.0/example/
DCO_OD.c129 {(void*)&CO_OD_ROM.identity.maxSubIndex, 0x05, 1},
135 {(void*)&CO_OD_ROM.SDOServerParameter[0].maxSubIndex, 0x05, 1},
139 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[0].maxSubIndex, 0x05, 1},
143 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[1].maxSubIndex, 0x05, 1},
147 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[2].maxSubIndex, 0x05, 1},
151 {(void*)&CO_OD_ROM.RPDOCommunicationParameter[3].maxSubIndex, 0x05, 1},
195 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[0].maxSubIndex, 0x05, 1},
203 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[1].maxSubIndex, 0x05, 1},
211 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[2].maxSubIndex, 0x05, 1},
219 {(void*)&CO_OD_ROM.TPDOCommunicationParameter[3].maxSubIndex, 0x05, 1},
[all …]
DCO_OD.h114 UNSIGNED8 maxSubIndex; member
122 UNSIGNED8 maxSubIndex; member
128 UNSIGNED8 maxSubIndex; member
146 UNSIGNED8 maxSubIndex; member
168 UNSIGNED8 maxSubIndex; member
177 UNSIGNED8 maxSubIndex; member
/canopennode-3.5.0-3.4.0/stack/
DCO_PDO.h67 uint8_t maxSubIndex; /**< Equal to 2 */ member
109 uint8_t maxSubIndex; /**< Equal to 6 */ member
DCO_SDO.c405 uint8_t maxSubIndex = SDO->OD[entryNo].maxSubIndex; in CO_OD_configure() local
409 if((flags != NULL) && (flagsSize != 0U) && (flagsSize == maxSubIndex)){ in CO_OD_configure()
412 for(i=0U; i<=maxSubIndex; i++){ in CO_OD_configure()
467 if(object->maxSubIndex == 0U){ /* Object type is Var */ in CO_OD_getLength()
507 if(object->maxSubIndex == 0U){ /* Object type is Var */ in CO_OD_getAttribute()
541 if(object->maxSubIndex == 0U){ /* Object type is Var */ in CO_OD_getDataPointer()
544 else if(object->maxSubIndex < subIndex){ in CO_OD_getDataPointer()
551 return (void*) &object->maxSubIndex; in CO_OD_getDataPointer()
594 if(subIndex > SDO->OD[SDO->entryNo].maxSubIndex && in CO_SDO_initTransfer()
DCO_SDOmaster.h76 uint8_t maxSubIndex; member
DCO_SDO.h492 uint8_t maxSubIndex; member
DCO_trace.c116 … if(index >= 0x1000 && entryNo != 0xFFFF && subIndex <= trace->SDO->OD[entryNo].maxSubIndex) { in findVariable()
DCO_PDO.c242 if(entryNo == 0xFFFF || subIndex > SDO->OD[entryNo].maxSubIndex) in CO_PDOfindMap()
DCO_SDOmaster.c180 if(SDO_C==NULL || SDO==NULL || SDOClientPar==NULL || SDOClientPar->maxSubIndex!=3 || in CO_SDOclient_init()