Home
last modified time | relevance | path

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

/Zephyr-latest/modules/canopennode/
Dcanopen_program.c77 static CO_SDO_abortCode_t canopen_odf_1f50(CO_ODF_arg_t *odf_arg) in canopen_odf_1f50() argument
81 if (odf_arg->subIndex != 1U) { in canopen_odf_1f50()
85 if (odf_arg->reading) { in canopen_odf_1f50()
94 if (odf_arg->firstSegment) { in canopen_odf_1f50()
107 ctx.total = odf_arg->dataLengthTotal; in canopen_odf_1f50()
111 err = flash_img_buffered_write(&ctx.flash_img_ctx, odf_arg->data, in canopen_odf_1f50()
112 odf_arg->dataLength, in canopen_odf_1f50()
113 odf_arg->lastSegment); in canopen_odf_1f50()
122 if (odf_arg->lastSegment) { in canopen_odf_1f50()
229 static CO_SDO_abortCode_t canopen_odf_1f51(CO_ODF_arg_t *odf_arg) in canopen_odf_1f51() argument
[all …]
Dcanopen_storage.c29 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()
[all …]
/Zephyr-latest/samples/modules/canopennode/src/
Dmain.c110 static CO_SDO_abortCode_t odf_2102(CO_ODF_arg_t *odf_arg) in odf_2102() argument
114 value = CO_getUint32(odf_arg->data); in odf_2102()
116 if (odf_arg->reading) { in odf_2102()
120 if (odf_arg->subIndex != 0U) { in odf_2102()
126 memcpy(odf_arg->data, odf_arg->ODdataStorage, sizeof(uint32_t)); in odf_2102()