Lines Matching refs:attribute
475 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()
725 if((SDO->ODF_arg.attribute & CO_ODA_MB_VALUE) != 0){ in CO_SDO_writeOD()
893 if((SDO->ODF_arg.attribute & CO_ODA_WRITEABLE) == 0U){ in CO_SDO_process()