Searched refs:PinMasks (Results 1 – 1 of 1) sorted by relevance
162 pKBI->ES &= ~(PinMasks); in KBI_DetectFallingEdge()180 __STATIC_INLINE void KBI_DetectRisingEdge(KBI_Type *pKBI, uint8_t PinMasks) in KBI_DetectRisingEdge() argument186 pKBI->ES |= (PinMasks); in KBI_DetectRisingEdge()210 pKBI->ES |= (PinMasks); in KBI_DetectRisingEdgeHighLevel()234 pKBI->ES &= ~(PinMasks); in KBI_DetectFallingEdgeLowLevel()252 __STATIC_INLINE void KBI_Enable(KBI_Type *pKBI, uint8_t PinMasks) in KBI_Enable() argument254 __STATIC_INLINE void KBI_Enable(KBI_Type *pKBI, uint32_t PinMasks) in KBI_Enable()257 pKBI->PE |= (PinMasks); in KBI_Enable()275 __STATIC_INLINE void KBI_Disable(KBI_Type *pKBI, uint8_t PinMasks) in KBI_Disable() argument277 __STATIC_INLINE void KBI_Disable(KBI_Type *pKBI, uint32_t PinMasks) in KBI_Disable()[all …]
Completed in 5 milliseconds