MCPcopy Create free account
hub / github.com/CANopenNode/CANopenNode / OD_set_u32

Function OD_set_u32

301/CO_ODinterface.h:604–607  ·  view source on GitHub ↗

Set uint32_t variable in Object Dictionary, see @ref OD_set_value */

Source from the content-addressed store, hash-verified

602
603/** Set uint32_t variable in Object Dictionary, see @ref OD_set_value */
604static inline ODR_t
605OD_set_u32(const OD_entry_t* entry, uint8_t subIndex, uint32_t val, bool_t odOrig) {
606 return OD_set_value(entry, subIndex, &val, sizeof(val), odOrig);
607}
608
609/** Set uint64_t variable in Object Dictionary, see @ref OD_set_value */
610static inline ODR_t

Callers 1

CO_SDOserver_initFunction · 0.85

Calls 1

OD_set_valueFunction · 0.85

Tested by

no test coverage detected