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

Function CO_setUint32

301/CO_driver.h:645–649  ·  view source on GitHub ↗

Write uint32_t value into memory buffer, see @ref CO_setUint8 */

Source from the content-addressed store, hash-verified

643
644/** Write uint32_t value into memory buffer, see @ref CO_setUint8 */
645static inline uint8_t
646CO_setUint32(void* buf, uint32_t value) {
647 (void)memmove(buf, (const void*)&value, sizeof(value));
648 return (uint8_t)(sizeof(value));
649}
650
651/** @} */ /* CO_driver */
652

Callers 13

CO_ODF_traceConfigFunction · 0.85
CO_ODF_traceFunction · 0.85
CO_LSSmaster_FsSendMsgFunction · 0.85
OD_read_1014Function · 0.85
OD_read_1014_defaultFunction · 0.85
OD_read_1003Function · 0.85
OD_read_PDO_commParamFunction · 0.85
OD_write_14xxFunction · 0.85
OD_write_18xxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected