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

Function OD_get_u8

301/CO_ODinterface.h:517–520  ·  view source on GitHub ↗

Get uint8_t variable from Object Dictionary, see @ref OD_get_value */

Source from the content-addressed store, hash-verified

515
516/** Get uint8_t variable from Object Dictionary, see @ref OD_get_value */
517static inline ODR_t
518OD_get_u8(const OD_entry_t* entry, uint8_t subIndex, uint8_t* val, bool_t odOrig) {
519 return OD_get_value(entry, subIndex, val, sizeof(*val), odOrig);
520}
521
522/** Get uint16_t variable from Object Dictionary, see @ref OD_get_value */
523static inline ODR_t

Callers 9

CO_SRDOGuard_initFunction · 0.85
CO_SRDO_configFunction · 0.85
CO_GFC_initFunction · 0.85
CO_SDOserver_initFunction · 0.85
CO_PDO.cFile · 0.85
PDO_initMappingFunction · 0.85
CO_SYNC_initFunction · 0.85
CO_SDOclient_initFunction · 0.85

Calls 1

OD_get_valueFunction · 0.85

Tested by

no test coverage detected