Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/devices/common/
Dmec5_btmr_v1.h33 #define MEC_BTMR_STATUS_EVENT_Pos (0UL) /*!< EVENT (Bit 0) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_btimer.c265 regs->STATUS = MEC_BIT(MEC_BTMR_STATUS_EVENT_Pos); in mec_hal_btimer_start_load()
322 regs->STATUS = MEC_BIT(MEC_BTMR_STATUS_EVENT_Pos); in mec_hal_btimer_intr_clr()
Dmec_btimer_api.h101 return regs->STATUS & MEC_BIT(MEC_BTMR_STATUS_EVENT_Pos); in mec_hal_btimer_status()