Lines Matching defs:regs
51 static inline void mec_hal_rtimer_auto_reload(struct mec_rtmr_regs *regs, uint8_t enable) in mec_hal_rtimer_auto_reload()
60 static inline void mec_hal_rtimer_stop(struct mec_rtmr_regs *regs) in mec_hal_rtimer_stop()
65 static inline void mec_hal_rtimer_start(struct mec_rtmr_regs *regs) in mec_hal_rtimer_start()
70 static inline bool mec_hal_rtimer_is_started(struct mec_rtmr_regs *regs) in mec_hal_rtimer_is_started()
75 static inline uint32_t mec_hal_rtimer_count(struct mec_rtmr_regs *regs) in mec_hal_rtimer_count()
80 static inline uint32_t mec_hal_rtimer_preload(struct mec_rtmr_regs *regs) in mec_hal_rtimer_preload()
89 static inline void mec_hal_rtimer_preload_set(struct mec_rtmr_regs *regs, uint32_t preload) in mec_hal_rtimer_preload_set()
94 static inline void mec_hal_rtimer_halt(struct mec_rtmr_regs *regs) in mec_hal_rtimer_halt()
99 static inline void mec_hal_rtimer_unhalt(struct mec_rtmr_regs *regs) in mec_hal_rtimer_unhalt()
104 static inline bool mec_hal_rtimer_is_counting(struct mec_rtmr_regs *regs) in mec_hal_rtimer_is_counting()
113 static inline void mec_hal_rtimer_stop_and_load(struct mec_rtmr_regs *regs, uint32_t count_down, in mec_hal_rtimer_stop_and_load()