Searched refs:preload (Results 1 – 6 of 6) sorted by relevance
/hal_microchip-latest/mec5/drivers/ |
D | mec_htimer_api.h | 41 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()
|
D | mec_rtimer_api.h | 41 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()
|
D | mec_btimer_api.h | 58 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()
|
D | mec_rtimer.c | 21 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()
|
D | mec_htimer.c | 71 ctx->count = ctx->preload; in mec_hal_htimer_init() 72 regs->PRELOAD = ctx->preload; in mec_hal_htimer_init()
|
D | mec_btimer.c | 225 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()
|