Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 6 of 6) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_rtimer.c108 void mec_hal_rtimer_restart(struct mec_rtmr_regs *regs, uint32_t new_count, uint8_t restart) in mec_hal_rtimer_restart() argument
119 regs->PRELOAD = new_count; in mec_hal_rtimer_restart()
Dmec_htimer.c126 void mec_hal_htimer_restart(struct mec_htimer_context *ctx, uint16_t new_count) in mec_hal_htimer_restart() argument
131 regs->PRELOAD = new_count; in mec_hal_htimer_restart()
Dmec_htimer_api.h58 void mec_hal_htimer_restart(struct mec_htimer_context *ctx, uint16_t new_count);
Dmec_btimer.c311 void mec_hal_btimer_reload_run(struct mec_btmr_regs *regs, uint32_t new_count) in mec_hal_btimer_reload_run() argument
314 regs->COUNT = new_count; in mec_hal_btimer_reload_run()
Dmec_rtimer_api.h43 void mec_hal_rtimer_restart(struct mec_rtmr_regs *regs, uint32_t new_count, uint8_t restart);
Dmec_btimer_api.h72 void mec_hal_btimer_reload_run(struct mec_btmr_regs *regs, uint32_t new_count);