Home
last modified time | relevance | path

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

/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h289 #define AC_INTFLAG_COMP2_Pos 2 /**< \brief (AC_INTFLAG) Comparator 2 */ macro
290 #define AC_INTFLAG_COMP2 (_U_(1) << AC_INTFLAG_COMP2_Pos)
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h99 return (((Ac *)hw)->INTFLAG.reg & AC_INTFLAG_COMP2) >> AC_INTFLAG_COMP2_Pos; in hri_ac_get_INTFLAG_COMP2_bit()
159 return (((Ac *)hw)->INTFLAG.reg & AC_INTFLAG_COMP2) >> AC_INTFLAG_COMP2_Pos; in hri_ac_get_interrupt_COMP2_bit()

Completed in 14 milliseconds