Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_tkey.h155 } TKM_KEY_Enum; typedef
281 void TKM_KeyCmd(TKM_Enum TKMn, TKM_KEY_Enum Key, ControlStatus NewState);
282 void TKM_TimeSlotKeyConfig(TKM_Enum TKMn, TKM_TIME_SLOT_Enum Slot, TKM_KEY_Enum Key);
283 void TKM_KeyThresholdConfig(TKM_Enum TKMn, TKM_KEY_Enum Key, TKM_KEY_THR_Enum Sel);
284 FlagStatus TKM_GetMatchFlagStatus(TKM_Enum TKMn, TKM_KEY_Enum Key);
285 void TKM_ClearMatchFlag(TKM_Enum TKMn, TKM_KEY_Enum Key);
288 void TKM_SetKeyCapacitor(TKM_Enum TKMn, TKM_KEY_Enum Key, u32 Value);
289 u32 TKM_GetKeyCapacitor(TKM_Enum TKMn, TKM_KEY_Enum Key);
291 u32 TKM_GetKeyCounterValue(TKM_Enum TKMn, TKM_KEY_Enum Key);
292 void TKM_SetKeyThreshold(TKM_Enum TKMn, TKM_KEY_Enum Key, u32 Value);
[all …]
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_tkey.c457 void TKM_KeyCmd(TKM_Enum TKMn, TKM_KEY_Enum Key, ControlStatus NewState) in TKM_KeyCmd()
483 void TKM_TimeSlotKeyConfig(TKM_Enum TKMn, TKM_TIME_SLOT_Enum Slot, TKM_KEY_Enum Key) in TKM_TimeSlotKeyConfig()
506 void TKM_KeyThresholdConfig(TKM_Enum TKMn, TKM_KEY_Enum Key, TKM_KEY_THR_Enum Sel) in TKM_KeyThresholdConfig()
525 FlagStatus TKM_GetMatchFlagStatus(TKM_Enum TKMn, TKM_KEY_Enum Key) in TKM_GetMatchFlagStatus()
549 void TKM_ClearMatchFlag(TKM_Enum TKMn, TKM_KEY_Enum Key) in TKM_ClearMatchFlag()
598 void TKM_SetKeyCapacitor(TKM_Enum TKMn, TKM_KEY_Enum Key, u32 Value) in TKM_SetKeyCapacitor()
615 u32 TKM_GetKeyCapacitor(TKM_Enum TKMn, TKM_KEY_Enum Key) in TKM_GetKeyCapacitor()
647 u32 TKM_GetKeyCounterValue(TKM_Enum TKMn, TKM_KEY_Enum Key) in TKM_GetKeyCounterValue()
665 void TKM_SetKeyThreshold(TKM_Enum TKMn, TKM_KEY_Enum Key, u32 Value) in TKM_SetKeyThreshold()
682 u32 TKEY_GetKeyThreshold(TKM_Enum TKMn, TKM_KEY_Enum Key) in TKEY_GetKeyThreshold()

Completed in 6 milliseconds