Searched refs:KeyScan_IT (Results 1 – 2 of 2) sorted by relevance
122 void KeyScan_INTConfig(KEYSCAN_TypeDef *KeyScan, uint32_t KeyScan_IT, u8 newState) in KeyScan_INTConfig() argument129 KeyScan->KS_IMR |= KeyScan_IT; in KeyScan_INTConfig()132 KeyScan->KS_IMR &= (~KeyScan_IT); in KeyScan_INTConfig()151 void KeyScan_ClearINT(KEYSCAN_TypeDef *KeyScan, u32 KeyScan_IT) in KeyScan_ClearINT() argument156 KeyScan->KS_ICR |= KeyScan_IT; in KeyScan_ClearINT()
181 _LONG_CALL_ void KeyScan_INTConfig(KEYSCAN_TypeDef *KeyScan, uint32_t KeyScan_IT, u8 newState);182 _LONG_CALL_ void KeyScan_ClearINT(KEYSCAN_TypeDef *KeyScan, u32 KeyScan_IT);
Completed in 3 milliseconds