Home
last modified time | relevance | path

Searched refs:mec_htmr_regs (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_htimer_api.h39 struct mec_htmr_regs *regs;
45 int mec_hal_htimer_init(struct mec_htmr_regs *regs, struct mec_htimer_context *ctx,
53 void mec_hal_htimer_stop(struct mec_htmr_regs *regs);
61 static inline uint32_t mec_hal_htimer_count(struct mec_htmr_regs *regs) in mec_hal_htimer_count()
67 static inline uint32_t mec_hal_htimer_preload(struct mec_htmr_regs *regs) in mec_hal_htimer_preload()
77 static inline void mec_hal_htimer_preload_set(struct mec_htmr_regs *regs, uint16_t preload) in mec_hal_htimer_preload_set()
Dmec_htimer.c25 int mec_hal_htimer_init(struct mec_htmr_regs *regs, struct mec_htimer_context *ctx, in mec_hal_htimer_init()
96 void mec_hal_htimer_stop(struct mec_htmr_regs *regs) in mec_hal_htimer_stop()
109 struct mec_htmr_regs *regs = ctx->regs; in mec_hal_htimer_halt()
120 struct mec_htmr_regs *regs = ctx->regs; in mec_hal_htimer_unhalt()
128 struct mec_htmr_regs *regs = ctx->regs; in mec_hal_htimer_restart()
/hal_microchip-latest/mec5/devices/common/
Dmec5_htmr_v1.h17 typedef struct mec_htmr_regs { /*!< (@ 0x40009800) MEC_HTMR0 Structure … struct