COParaStore
Description
This function is responsible for the storing activities of the given parameter group. The whole parameter group will be stored in NVM by calling the user callback function CO_ParaSave()
.
Prototype
void COParaStore(CO_PARA *pg, CO_NODE *node);
Parameter | Description |
---|---|
pg | Ptr to parameter group info |
node | Ptr to node info |
Returned Value
none
Additional Information
This function can be removed from the CANopen device by disabling the parameter support with the configuration CO_OBJ_PARA.EN
.