Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_rtimer_api.h62 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()
Dmec_rtimer.c44 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()
/hal_microchip-latest/mec5/devices/common/
Dmec5_rtmr_v1.h33 #define MEC_RTMR_CTRL_START_Pos (2UL) /*!< START (Bit 2) … macro