Home
last modified time | relevance | path

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

/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h291 #define AC_INTFLAG_COMP3_Pos 3 /**< \brief (AC_INTFLAG) Comparator 3 */ macro
292 #define AC_INTFLAG_COMP3 (_U_(1) << AC_INTFLAG_COMP3_Pos)
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h109 return (((Ac *)hw)->INTFLAG.reg & AC_INTFLAG_COMP3) >> AC_INTFLAG_COMP3_Pos; in hri_ac_get_INTFLAG_COMP3_bit()
169 return (((Ac *)hw)->INTFLAG.reg & AC_INTFLAG_COMP3) >> AC_INTFLAG_COMP3_Pos; in hri_ac_get_interrupt_COMP3_bit()

Completed in 14 milliseconds