Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/drivers/mss/mss_timer/
Dmss_timer.h204 MSS_TIM1_init(TIMER_TypeDef* timer, mss_timer_mode_t mode) in MSS_TIM1_init() argument
208 timer->TIM64_MODE = 0u; /* switch to 32 bits mode */ in MSS_TIM1_init()
209 readvalue[1] = timer->TIM64_MODE; in MSS_TIM1_init()
212 timer->TIM1_CTRL = TIM1_MODE_MASK & ((uint32_t)mode << TIM1_MODE_SHIFT); in MSS_TIM1_init()
213 readvalue[2] = timer->TIM1_CTRL; in MSS_TIM1_init()
215 timer->TIM1_RIS = 1u; /* clear timer 1 interrupt */ in MSS_TIM1_init()
216 readvalue[3] = timer->TIM1_RIS; in MSS_TIM1_init()
231 MSS_TIM1_start(TIMER_TypeDef* timer) in MSS_TIM1_start() argument
233 timer->TIM1_CTRL |= TIM1_ENABLE_MASK; in MSS_TIM1_start()
245 MSS_TIM1_stop(TIMER_TypeDef* timer) in MSS_TIM1_stop() argument
[all …]
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr_sgmii_regs.h4859 __IO uint32_t timer :8; member