Home
last modified time | relevance | path

Searched refs:mec_htimer_context (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_htimer_api.h38 struct mec_htimer_context { struct
45 int mec_hal_htimer_init(struct mec_htmr_regs *regs, struct mec_htimer_context *ctx, argument
48 void mec_hal_htimer_intr_ctrl(struct mec_htimer_context *ctx, uint8_t enable);
50 uint32_t mec_hal_htimer_status(struct mec_htimer_context *ctx);
51 void mec_hal_htimer_status_clear(struct mec_htimer_context *ctx);
55 void mec_hal_htimer_halt(struct mec_htimer_context *ctx);
56 void mec_hal_htimer_unhalt(struct mec_htimer_context *ctx);
58 void mec_hal_htimer_restart(struct mec_htimer_context *ctx, uint16_t new_count);
Dmec_htimer.c25 int mec_hal_htimer_init(struct mec_htmr_regs *regs, struct mec_htimer_context *ctx, in mec_hal_htimer_init()
77 void mec_hal_htimer_intr_ctrl(struct mec_htimer_context *ctx, uint8_t enable) in mec_hal_htimer_intr_ctrl()
82 uint32_t mec_hal_htimer_status(struct mec_htimer_context *ctx) in mec_hal_htimer_status()
91 void mec_hal_htimer_status_clear(struct mec_htimer_context *ctx) in mec_hal_htimer_status_clear()
107 void mec_hal_htimer_halt(struct mec_htimer_context *ctx) in mec_hal_htimer_halt()
118 void mec_hal_htimer_unhalt(struct mec_htimer_context *ctx) in mec_hal_htimer_unhalt()
126 void mec_hal_htimer_restart(struct mec_htimer_context *ctx, uint16_t new_count) in mec_hal_htimer_restart()