/canopennode-3.5.0-3.4.0/example/CO_OD_with_trace/ |
D | CO_OD.c | 133 {(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 …]
|
D | CO_OD.h | 97 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/ |
D | CO_OD.c | 129 {(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 …]
|
D | CO_OD.h | 114 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/ |
D | CO_PDO.h | 67 uint8_t maxSubIndex; /**< Equal to 2 */ member 109 uint8_t maxSubIndex; /**< Equal to 6 */ member
|
D | CO_SDO.c | 405 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()
|
D | CO_SDOmaster.h | 76 uint8_t maxSubIndex; member
|
D | CO_SDO.h | 492 uint8_t maxSubIndex; member
|
D | CO_trace.c | 116 … if(index >= 0x1000 && entryNo != 0xFFFF && subIndex <= trace->SDO->OD[entryNo].maxSubIndex) { in findVariable()
|
D | CO_PDO.c | 242 if(entryNo == 0xFFFF || subIndex > SDO->OD[entryNo].maxSubIndex) in CO_PDOfindMap()
|
D | CO_SDOmaster.c | 180 if(SDO_C==NULL || SDO==NULL || SDOClientPar==NULL || SDOClientPar->maxSubIndex!=3 || in CO_SDOclient_init()
|