Lines Matching defs:wut
52 void MXC_WUT_Init(mxc_wut_regs_t *wut, mxc_wut_pres_t pres) in MXC_WUT_Init()
60 void MXC_WUT_Shutdown(mxc_wut_regs_t *wut) in MXC_WUT_Shutdown()
66 void MXC_WUT_Enable(mxc_wut_regs_t *wut) in MXC_WUT_Enable()
72 void MXC_WUT_Disable(mxc_wut_regs_t *wut) in MXC_WUT_Disable()
78 void MXC_WUT_Config(mxc_wut_regs_t *wut, const mxc_wut_cfg_t *cfg) in MXC_WUT_Config()
84 uint32_t MXC_WUT_GetCompare(mxc_wut_regs_t *wut) in MXC_WUT_GetCompare()
90 uint32_t MXC_WUT_GetCount(mxc_wut_regs_t *wut) in MXC_WUT_GetCount()
96 void MXC_WUT_IntClear(mxc_wut_regs_t *wut) in MXC_WUT_IntClear()
102 uint32_t MXC_WUT_IntStatus(mxc_wut_regs_t *wut) in MXC_WUT_IntStatus()
108 void MXC_WUT_SetCompare(mxc_wut_regs_t *wut, uint32_t cmp_cnt) in MXC_WUT_SetCompare()
114 void MXC_WUT_SetCount(mxc_wut_regs_t *wut, uint32_t cnt) in MXC_WUT_SetCount()
120 int MXC_WUT_GetTicks(mxc_wut_regs_t *wut, uint32_t time, mxc_wut_unit_t units, uint32_t *ticks) in MXC_WUT_GetTicks()
126 int MXC_WUT_GetTime(mxc_wut_regs_t *wut, uint32_t ticks, uint32_t *time, mxc_wut_unit_t *units) in MXC_WUT_GetTime()
133 void MXC_WUT_Edge(mxc_wut_regs_t *wut) in MXC_WUT_Edge()
139 void MXC_WUT_Store(mxc_wut_regs_t *wut) in MXC_WUT_Store()
145 void MXC_WUT_RestoreBBClock(mxc_wut_regs_t *wut, uint32_t dbbFreq) in MXC_WUT_RestoreBBClock()
151 uint32_t MXC_WUT_GetSleepTicks(mxc_wut_regs_t *wut) in MXC_WUT_GetSleepTicks()
157 void MXC_WUT_Delay_MS(mxc_wut_regs_t *wut, uint32_t waitMs) in MXC_WUT_Delay_MS()
163 static void MXC_WUT_GetWUTSync(mxc_wut_regs_t *wut, uint32_t *wutCnt, uint32_t *snapshot) in MXC_WUT_GetWUTSync()
180 static int MXC_WUT_StartTrim(mxc_wut_regs_t *wut) in MXC_WUT_StartTrim()
215 int MXC_WUT_Handler(mxc_wut_regs_t *wut) in MXC_WUT_Handler()
319 int MXC_WUT_TrimCrystal(mxc_wut_regs_t *wut) in MXC_WUT_TrimCrystal()
341 int MXC_WUT_TrimCrystalAsync(mxc_wut_regs_t *wut, mxc_wut_complete_cb_t cb) in MXC_WUT_TrimCrystalAsync()
365 int MXC_WUT_TrimPending(mxc_wut_regs_t *wut) in MXC_WUT_TrimPending()