Searched refs:MEC_RTMR_CTRL_START_Pos (Results 1 – 3 of 3) sorted by relevance
62 regs->CTRL &= (uint32_t)~MEC_BIT(MEC_RTMR_CTRL_START_Pos); in mec_hal_rtimer_stop()67 regs->CTRL |= MEC_BIT(MEC_RTMR_CTRL_START_Pos); in mec_hal_rtimer_start()72 return (regs->CTRL & MEC_BIT(MEC_RTMR_CTRL_START_Pos)) ? true : false; in mec_hal_rtimer_is_started()
44 ctrl |= MEC_BIT(MEC_RTMR_CTRL_START_Pos); in mec_hal_rtimer_init()116 ctrl |= MEC_BIT(MEC_RTMR_CTRL_START_Pos); in mec_hal_rtimer_restart()
33 #define MEC_RTMR_CTRL_START_Pos (2UL) /*!< START (Bit 2) … macro