Searched refs:timerNext_ms (Results 1 – 8 of 8) sorted by relevance
207 uint16_t *timerNext_ms) in CO_NMT_process() argument237 if(HBtime != 0 && timerNext_ms != NULL){ in CO_NMT_process()240 if(*timerNext_ms > diff){ in CO_NMT_process()241 *timerNext_ms = diff; in CO_NMT_process()244 *timerNext_ms = 0; in CO_NMT_process()
235 uint16_t *timerNext_ms) in CO_EM_process() argument327 if (timerNext_ms != NULL && *timerNext_ms > diff) { in CO_EM_process()328 *timerNext_ms = diff; in CO_EM_process()
775 static void CO_SDO_process_done(CO_SDO_t *SDO, uint16_t *timerNext_ms) { in CO_SDO_process_done() argument791 if ((timerNext_ms != NULL) && (IS_CANrxNew(SDO->CANrxNew[newProc]))){ in CO_SDO_process_done()793 timerNext_ms = 0; in CO_SDO_process_done()796 (void)(timerNext_ms); in CO_SDO_process_done()823 uint16_t *timerNext_ms) in CO_SDO_process() argument843 CO_SDO_process_done(SDO, timerNext_ms); in CO_SDO_process()862 CO_SDO_process_done(SDO, timerNext_ms); in CO_SDO_process()1379 CO_SDO_process_done(SDO, timerNext_ms); in CO_SDO_process()1501 if(timerNext_ms != NULL){ in CO_SDO_process()1502 *timerNext_ms = 0; in CO_SDO_process()[all …]
242 uint16_t *timerNext_ms);
444 uint16_t *timerNext_ms);
836 uint16_t *timerNext_ms);
271 uint16_t *timerNext_ms);
843 uint16_t *timerNext_ms) in CO_process() argument869 timerNext_ms); in CO_process()877 timerNext_ms); in CO_process()887 timerNext_ms); in CO_process()