Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_keyscan.c122 void KeyScan_INTConfig(KEYSCAN_TypeDef *KeyScan, uint32_t KeyScan_IT, u8 newState) in KeyScan_INTConfig() argument
129 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() argument
156 KeyScan->KS_ICR |= KeyScan_IT; in KeyScan_ClearINT()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_keyscan.h181 _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