Searched refs:KeyScan (Results 1 – 2 of 2) sorted by relevance
73 KeyScan->KS_CTRL &= (~BIT_KS_RUN_ENABLE); in KeyScan_Init()76 KeyScan->KS_IMR &= (~BIT_KS_ALL_INT_MSK); in KeyScan_Init()83 KeyScan->KS_CTRL &= (~BIT_KS_WORK_MODE); in KeyScan_Init()101 KeyScan->KS_ICR |= BIT_KS_ALL_INT_CLR; in KeyScan_Init()129 KeyScan->KS_IMR |= KeyScan_IT; in KeyScan_INTConfig()132 KeyScan->KS_IMR &= (~KeyScan_IT); in KeyScan_INTConfig()156 KeyScan->KS_ICR |= KeyScan_IT; in KeyScan_ClearINT()169 return KeyScan->KS_ISR_RAW; in KeyScan_GetRawINT()182 return KeyScan->KS_ISR; in KeyScan_GetINT()210 TempVal = KeyScan->KS_FIFO_CFG; in KeyScan_ClearFIFOData()[all …]
180 _LONG_CALL_ void KeyScan_Init(KEYSCAN_TypeDef *KeyScan, KeyScan_InitTypeDef* KeyScan_InitStruct);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);183 _LONG_CALL_ u32 KeyScan_GetRawINT(KEYSCAN_TypeDef *KeyScan);184 _LONG_CALL_ u32 KeyScan_GetINT(KEYSCAN_TypeDef *KeyScan);185 _LONG_CALL_ u8 KeyScan_GetDataNum(KEYSCAN_TypeDef *KeyScan);186 _LONG_CALL_ void KeyScan_ClearFIFOData(KEYSCAN_TypeDef *KeyScan);187 _LONG_CALL_ BOOL KeyScan_GetFIFOState(KEYSCAN_TypeDef *KeyScan, u32 KeyScan_Flag);188 _LONG_CALL_ void KeyScan_Read(KEYSCAN_TypeDef *KeyScan, u32 *outBuf, u8 count);189 _LONG_CALL_ void KeyScan_Cmd(KEYSCAN_TypeDef *KeyScan, u8 NewState);
Completed in 4 milliseconds