Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_tach.c163 int mec_hal_tach_intr_enable(struct mec_tach_regs *regs, uint32_t intr_events, uint8_t enable) in mec_hal_tach_intr_enable() argument
171 if (intr_events & MEC_BIT(MEC5_TACH_IEN_OOL_POS)) { in mec_hal_tach_intr_enable()
175 if (intr_events & MEC_BIT(MEC5_TACH_IEN_CNT_RDY_POS)) { in mec_hal_tach_intr_enable()
179 if (intr_events & MEC_BIT(MEC5_TACH_IEN_INPUT_TOGGLE_POS)) { in mec_hal_tach_intr_enable()
Dmec_tach_api.h79 int mec_hal_tach_intr_enable(struct mec_tach_regs *regs, uint32_t intr_events, uint8_t enable);