Home
last modified time | relevance | path

Searched refs:pFunctLSScfgStore (Results 1 – 2 of 2) sorted by relevance

/canopennode-2.7.6/stack/
DCO_LSSslave.c187 if (LSSslave->pFunctLSScfgStore == NULL) { in CO_LSSslave_serviceConfig()
194 result = LSSslave->pFunctLSScfgStore(LSSslave->functLSScfgStore, in CO_LSSslave_serviceConfig()
400 LSSslave->pFunctLSScfgStore = NULL; in CO_LSSslave_init()
457 bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate)) in CO_LSSslave_initCfgStoreCallback()
461 LSSslave->pFunctLSScfgStore = pFunctLSScfgStore; in CO_LSSslave_initCfgStoreCallback()
DCO_LSSslave.h252 …bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate); /**< From … member
411 bool_t (*pFunctLSScfgStore)(void *object, uint8_t id, uint16_t bitRate));