Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_htimer_api.h41 uint16_t preload; member
77 static inline void mec_hal_htimer_preload_set(struct mec_htmr_regs *regs, uint16_t preload) in mec_hal_htimer_preload_set() argument
79 regs->PRELOAD = preload; in mec_hal_htimer_preload_set()
Dmec_rtimer_api.h41 int mec_hal_rtimer_init(struct mec_rtmr_regs *regs, uint32_t rtmr_config, uint32_t preload);
89 static inline void mec_hal_rtimer_preload_set(struct mec_rtmr_regs *regs, uint32_t preload) in mec_hal_rtimer_preload_set() argument
91 regs->PRELOAD = preload; in mec_hal_rtimer_preload_set()
Dmec_btimer_api.h58 uint32_t preload, uint8_t do_reload);
89 static inline void mec_hal_btimer_preload_set(struct mec_btmr_regs *regs, uint32_t preload) in mec_hal_btimer_preload_set() argument
91 regs->PRELOAD = preload; in mec_hal_btimer_preload_set()
Dmec_rtimer.c21 int mec_hal_rtimer_init(struct mec_rtmr_regs *regs, uint32_t rtmr_config, uint32_t preload) in mec_hal_rtimer_init() argument
33 regs->PRELOAD = preload; in mec_hal_rtimer_init()
Dmec_htimer.c71 ctx->count = ctx->preload; in mec_hal_htimer_init()
72 regs->PRELOAD = ctx->preload; in mec_hal_htimer_init()
Dmec_btimer.c225 void mec_hal_btimer_pre_and_reload(struct mec_btmr_regs *regs, uint32_t preload, in mec_hal_btimer_pre_and_reload() argument
233 regs->PRELOAD = preload; in mec_hal_btimer_pre_and_reload()
236 regs->PRELOAD = preload; in mec_hal_btimer_pre_and_reload()