Home
last modified time | relevance | path

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

/canopennode-2.7.6/stack/
DCO_SDO.h497 uint16_t attribute; member
524 uint16_t attribute; member
555 uint16_t attribute; member
DCO_SDO.c475 else if(object->attribute != 0U){ /* Object type is Array */ in CO_OD_getLength()
508 return object->attribute; in CO_OD_getAttribute()
510 else if(object->attribute != 0U){/* Object type is Array */ in CO_OD_getAttribute()
512 uint16_t attr = object->attribute; in CO_OD_getAttribute()
528 return ((const CO_OD_entryRecord_t*)(object->pData))[subIndex].attribute; in CO_OD_getAttribute()
548 else if(object->attribute != 0U){/* Object type is Array */ in CO_OD_getDataPointer()
611 SDO->ODF_arg.attribute = CO_OD_getAttribute(SDO, SDO->entryNo, subIndex); in CO_SDO_initTransfer()
639 if((SDO->ODF_arg.attribute & CO_ODA_READABLE) == 0) in CO_SDO_readOD()
684 if((SDO->ODF_arg.attribute & CO_ODA_MB_VALUE) != 0){ in CO_SDO_readOD()
709 if((SDO->ODF_arg.attribute & CO_ODA_WRITEABLE) == 0){ in CO_SDO_writeOD()
[all …]
DCO_PDO.c874 ODF_arg.attribute = CO_OD_getAttribute(pSDO, entryNo, subIndex); in CO_TPDOsend()
958 ODF_arg.attribute = CO_OD_getAttribute(pSDO, entryNo, subIndex); in CO_RPDO_process()