Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dtk.h278 #define TK_IS_BUSY() ((TK->STA & TK_STA_BUSY_Msk) ? 1: 0)
307 #define TK_GET_INT_STATUS(u32Mask) ((TK->STA & (u32Mask)) ? 1: 0)
355 #define TK_CLR_INT_FLAG(u32Mask) (TK->STA = (u32Mask))
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dtk.c375 TK->STA |= 0x1FFFFC3UL; in TK_ClearTKIF()
470 TK->STA = (u32TKChanBitMsk & 0x1FFFF) << 8; /* Write one clear */ in TK_ClearTKIFBitMask()
490 if( TK->STA & ((1<<u8TKNum)<<8) ) in TK_CheckTKIF()
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dtk_reg.h1117 …__IO uint32_t STA; /*!< [0x0028] Touch Key Status Register … member