Home
last modified time | relevance | path

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

/bsp/nv32f100x/lib/inc/
A Dkbi.h162 pKBI->ES &= ~(PinMasks); in KBI_DetectFallingEdge()
180 __STATIC_INLINE void KBI_DetectRisingEdge(KBI_Type *pKBI, uint8_t PinMasks) in KBI_DetectRisingEdge() argument
186 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() argument
254 __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() argument
277 __STATIC_INLINE void KBI_Disable(KBI_Type *pKBI, uint32_t PinMasks) in KBI_Disable()
[all …]

Completed in 5 milliseconds