X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fdu_app%2Fdu_tmr.h;h=c2bf22f37b6e04596f2dc5395293ffa6e236c526;hb=49856df248fd976b4a9882ca4e650fc0bc3e4ee3;hp=809b087c04b2237b9417e5fe8651155e33972d29;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/du_app/du_tmr.h b/src/du_app/du_tmr.h index 809b087c0..c2bf22f37 100644 --- a/src/du_app/du_tmr.h +++ b/src/du_app/du_tmr.h @@ -16,13 +16,12 @@ ################################################################################ *******************************************************************************/ -#define DU_TIMER_RESOLUTION 1 #define DU_TQ_SIZE 2 short int duActvTmr(Ent ent,Inst inst); bool duChkTmr(PTR cb, int16_t tmrEvnt); -void duStartTmr(PTR cb, int16_t tmrEvnt, uint8_t timerValue); - +void duStartTmr(PTR cb, int16_t tmrEvnt, uint32_t timerValue); +void duStopTmr(PTR cb, uint8_t tmrType); /********************************************************************** End of file **********************************************************************/