Searched refs:STA1 (Results 1 – 3 of 3) sorted by relevance
379 TK->STA1 |= 0x1FUL; in TK_ClearTKIF()474 TK->STA1 = (u32TKChanBitMsk >> 17); /* Write one clear */ in TK_ClearTKIFBitMask()497 if( TK->STA1 & (1<<(u8TKNum-17)) ) in TK_CheckTKIF()
326 #define TK_GET_INT_STATUS1(u32Mask) ((TK->STA1 & (u32Mask)) ? 1: 0)373 #define TK_CLR_INT_FLAG1(u32Mask) (TK->STA1 = (u32Mask))
1146 …__IO uint32_t STA1; /*!< [0x00a8] Touch Key Status Register 1 … member