Lines Matching refs:odf_arg
29 static CO_SDO_abortCode_t canopen_odf_1010(CO_ODF_arg_t *odf_arg) in canopen_odf_1010() argument
31 CO_EM_t *em = odf_arg->object; in canopen_odf_1010()
35 value = CO_getUint32(odf_arg->data); in canopen_odf_1010()
37 if (odf_arg->reading) { in canopen_odf_1010()
42 memcpy(odf_arg->data, odf_arg->ODdataStorage, sizeof(uint32_t)); in canopen_odf_1010()
44 if (odf_arg->subIndex != 1U) { in canopen_odf_1010()
66 static CO_SDO_abortCode_t canopen_odf_1011(CO_ODF_arg_t *odf_arg) in canopen_odf_1011() argument
68 CO_EM_t *em = odf_arg->object; in canopen_odf_1011()
73 value = CO_getUint32(odf_arg->data); in canopen_odf_1011()
75 if (odf_arg->reading) { in canopen_odf_1011()
80 memcpy(odf_arg->data, odf_arg->ODdataStorage, sizeof(uint32_t)); in canopen_odf_1011()
82 if (odf_arg->subIndex < 1U) { in canopen_odf_1011()