Home
last modified time | relevance | path

Searched refs:MXC_TMR_RevB_GetTime (Results 1 – 10 of 10) sorted by relevance

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/TMR/
Dtmr_revb.h63 int MXC_TMR_RevB_GetTime(mxc_tmr_revb_regs_t *tmr, uint32_t ticks, uint32_t *time,
Dtmr_me16.c350 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_ai87.c367 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_me12.c369 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_me15.c392 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_me21.c381 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_ai85.c383 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_me17.c384 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_me18.c387 return MXC_TMR_RevB_GetTime((mxc_tmr_revb_regs_t *)tmr, ticks, time, units); in MXC_TMR_GetTime()
Dtmr_revb.c452 int MXC_TMR_RevB_GetTime(mxc_tmr_revb_regs_t *tmr, uint32_t ticks, uint32_t *time, in MXC_TMR_RevB_GetTime() function