Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_btimer.c120 regs->CTRL |= MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos); in mec_hal_btimer_init()
253 ctrl |= MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos); in mec_hal_btimer_start_load()
256 ctrl &= (uint32_t)~MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos); in mec_hal_btimer_start_load()
294 regs->CTRL |= MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos); in mec_hal_btimer_auto_restart()
296 regs->CTRL &= (uint32_t)~MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos); in mec_hal_btimer_auto_restart()
302 if (regs->CTRL & MEC_BIT(MEC_BTMR_CTRL_RESTART_Pos)) { in mec_hal_btimer_is_auto_restart()
/hal_microchip-latest/mec5/devices/common/
Dmec5_btmr_v1.h43 #define MEC_BTMR_CTRL_RESTART_Pos (3UL) /*!< RESTART (Bit 3) … macro