Lines Matching defs:htmr
34 int MXC_HTMR_Init(mxc_htmr_regs_t *htmr, uint32_t longInterval, uint8_t shortInterval) in MXC_HTMR_Init()
57 int MXC_HTMR_Start(mxc_htmr_regs_t *htmr) in MXC_HTMR_Start()
62 int MXC_HTMR_Stop(mxc_htmr_regs_t *htmr) in MXC_HTMR_Stop()
67 int MXC_HTMR_GetShortCount(mxc_htmr_regs_t *htmr) in MXC_HTMR_GetShortCount()
72 int MXC_HTMR_GetLongCount(mxc_htmr_regs_t *htmr) in MXC_HTMR_GetLongCount()
77 int MXC_HTMR_SetLongAlarm(mxc_htmr_regs_t *htmr, uint32_t interval) in MXC_HTMR_SetLongAlarm()
82 int MXC_HTMR_SetShortAlarm(mxc_htmr_regs_t *htmr, uint32_t interval) in MXC_HTMR_SetShortAlarm()
87 int MXC_HTMR_CheckBusy(mxc_htmr_regs_t *htmr) in MXC_HTMR_CheckBusy()
92 int MXC_HTMR_GetFlags(mxc_htmr_regs_t *htmr) in MXC_HTMR_GetFlags()
97 int MXC_HTMR_ClearFlags(mxc_htmr_regs_t *htmr, int flags) in MXC_HTMR_ClearFlags()
102 int MXC_HTMR_EnableInt(mxc_htmr_regs_t *htmr, uint32_t mask) in MXC_HTMR_EnableInt()
107 int MXC_HTMR_DisableInt(mxc_htmr_regs_t *htmr, uint32_t mask) in MXC_HTMR_DisableInt()