Searched refs:TIMER (Results 1 – 5 of 5) sorted by relevance
220 TIMER->GLOBEN |= 1 << ui32TimerNumber; in am_hal_timer_enable()266 TIMER->GLOBEN &= ~(ui32TimerMask); in am_hal_timer_enable_sync()284 TIMER->GLOBEN |= ui32TimerMask; in am_hal_timer_enable_sync()304 TIMER->GLOBEN &= ~(ui32TimerMask); in am_hal_timer_disable_sync()435 outcfg = &(TIMER->OUTCFG0) + (ui32PadNum >> 2); in am_hal_timer_output_config()485 TIMER->INTEN |= ui32InterruptMask; in am_hal_timer_interrupt_enable()496 TIMER->INTEN &= ~(ui32InterruptMask); in am_hal_timer_interrupt_disable()511 *pui32IntStatus = TIMER->INTSTAT & TIMER->INTEN; in am_hal_timer_interrupt_status_get()515 *pui32IntStatus = TIMER->INTSTAT; in am_hal_timer_interrupt_status_get()529 TIMER->INTCLR = ui32InterruptMask; in am_hal_timer_interrupt_clear()
405 TIMER->GLOBEN_b.ENABLEALLINPUTS = 1; in am_hal_stimer_capture_start()453 TIMER->GLOBEN_b.ENABLEALLINPUTS = 0; in am_hal_stimer_capture_stop()
63 #define AM_HAL_TIMER_OFFSET (&TIMER->CTRL1 - &TIMER->CTRL0)
27251 #define TIMER ((TIMER_Type*) TIMER_BASE) macro
27746 #define TIMER ((TIMER_Type*) TIMER_BASE) macro