Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/tsens/
A Dtsens.h345 if (int_flags & TSENS_INTFLAG_WINMON) { in tsens_get_status()
380 if (status_flags & TSENS_INTFLAG_WINMON) { in tsens_clear_status()
/bsp/microchip/samc21/bsp/hri/
A Dhri_tsens_c21.h102 return (((Tsens *)hw)->INTFLAG.reg & TSENS_INTFLAG_WINMON) >> TSENS_INTFLAG_WINMON_Pos; in hri_tsens_get_INTFLAG_WINMON_bit()
107 ((Tsens *)hw)->INTFLAG.reg = TSENS_INTFLAG_WINMON; in hri_tsens_clear_INTFLAG_WINMON_bit()
142 return (((Tsens *)hw)->INTFLAG.reg & TSENS_INTFLAG_WINMON) >> TSENS_INTFLAG_WINMON_Pos; in hri_tsens_get_interrupt_WINMON_bit()
147 ((Tsens *)hw)->INTFLAG.reg = TSENS_INTFLAG_WINMON; in hri_tsens_clear_interrupt_WINMON_bit()
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtsens.h222 #define TSENS_INTFLAG_WINMON (_U_(0x1) << TSENS_INTFLAG_WINMON_Pos) macro

Completed in 18 milliseconds