Home
last modified time | relevance | path

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

/canopennode-3.5.0-3.4.0/stack/
DCO_Emergency.c220 const uint8_t errorBit, in CO_EM_initCallbackRx() argument
337 void CO_errorReport(CO_EM_t *em, const uint8_t errorBit, const uint16_t errorCode, const uint32_t i… in CO_errorReport() argument
338 uint8_t index = errorBit >> 3; in CO_errorReport()
339 uint8_t bitmask = 1 << (errorBit & 0x7); in CO_errorReport()
348 em->wrongErrorReport = errorBit; in CO_errorReport()
361 if(errorBit){ in CO_errorReport()
376 bufCopy[3] = errorBit; in CO_errorReport()
398 void CO_errorReset(CO_EM_t *em, const uint8_t errorBit, const uint32_t infoCode){ in CO_errorReset() argument
399 uint8_t index = errorBit >> 3; in CO_errorReset()
400 uint8_t bitmask = 1 << (errorBit & 0x7); in CO_errorReset()
[all …]
DCO_Emergency.h272 const uint8_t errorBit,
293 void CO_errorReport(CO_EM_t *em, const uint8_t errorBit, const uint16_t errorCode, const uint32_t i…
308 void CO_errorReset(CO_EM_t *em, const uint8_t errorBit, const uint32_t infoCode);
322 bool_t CO_isError(CO_EM_t *em, const uint8_t errorBit);
422 const uint8_t errorBit,