Searched refs:timer2_reg (Results 1 – 1 of 1) sorted by relevance
121 struct wdt_it8xxx2_regs *const timer2_reg = WDT_REG; in timer_5ms_one_shot() local135 timer2_reg->ET2PSR = EXT_PSR_32P768K; in timer_5ms_one_shot()142 timer2_reg->ET2CNTLH2R = (uint8_t)((hw_cnt >> 16) & 0xff); in timer_5ms_one_shot()143 timer2_reg->ET2CNTLHR = (uint8_t)((hw_cnt >> 8) & 0xff); in timer_5ms_one_shot()144 timer2_reg->ET2CNTLLR = (uint8_t)(hw_cnt & 0xff); in timer_5ms_one_shot()