Home
last modified time | relevance | path

Searched refs:CO_OD_RAM (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/modules/canopennode/objdict/
DCO_OD.c69 struct sCO_OD_RAM CO_OD_RAM = { variable
285 { 0x1001, 0x00, 0x26, 1, (void *)&CO_OD_RAM.errorRegister },
286 { 0x1002, 0x00, 0xa6, 4, (void *)&CO_OD_RAM.manufacturerStatusRegister },
287 { 0x1003, 0x08, 0x8e, 4, (void *)&CO_OD_RAM.preDefinedErrorField[0] },
294 { 0x1010, 0x01, 0x8e, 4, (void *)&CO_OD_RAM.storeParameters[0] },
295 { 0x1011, 0x01, 0x8e, 4, (void *)&CO_OD_RAM.restoreDefaultParameters[0] },
322 { 0x1f51, 0x01, 0x0e, 1, (void *)&CO_OD_RAM.programControl[0] },
323 { 0x1f56, 0x01, 0x86, 4, (void *)&CO_OD_RAM.programSoftwareIdentification[0] },
324 { 0x1f57, 0x01, 0x86, 4, (void *)&CO_OD_RAM.flashStatusIdentification[0] },
326 { 0x2100, 0x00, 0x26, 10, (void *)&CO_OD_RAM.errorStatusBits },
[all …]
DCO_OD.h543 extern struct sCO_OD_RAM CO_OD_RAM;
554 #define OD_errorRegister CO_OD_RAM.errorRegister
557 #define OD_manufacturerStatusRegister CO_OD_RAM.manufacturerStatusRegister
560 #define OD_preDefinedErrorField CO_OD_RAM.preDefinedErrorField
586 #define OD_storeParameters CO_OD_RAM.storeParameters
591 #define OD_restoreDefaultParameters CO_OD_RAM.restoreDefaultParameters
644 #define OD_programData CO_OD_RAM.programData
649 #define OD_programControl CO_OD_RAM.programControl
654 #define OD_programSoftwareIdentification CO_OD_RAM.programSoftwareIdentification
659 #define OD_flashStatusIdentification CO_OD_RAM.flashStatusIdentification
[all …]