Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_timer/
Dmss_timer.h160 #define TIM1_ENABLE_MASK 0x00000001u macro
233 timer->TIM1_CTRL |= TIM1_ENABLE_MASK; in MSS_TIM1_start()
247 timer->TIM1_CTRL &= ~((uint32_t)TIM1_ENABLE_MASK); /* disable timer */ in MSS_TIM1_stop()