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

Function OD_set_i8

301/CO_ODinterface.h:568–571  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

566
567/** Set int8_t variable in Object Dictionary, see @ref OD_set_value */
568static inline ODR_t
569OD_set_i8(const OD_entry_t* entry, uint8_t subIndex, int8_t val, bool_t odOrig) {
570 return OD_set_value(entry, subIndex, &val, sizeof(val), odOrig);
571}
572
573/** Set int16_t variable in Object Dictionary, see @ref OD_set_value */
574static inline ODR_t

Callers

nothing calls this directly

Calls 1

OD_set_valueFunction · 0.85

Tested by

no test coverage detected