Searched defs:PIN (Results 1 – 7 of 7) sorted by relevance
9 const PIN: &str = "pin"; constant
20 PIN = '11111' variable in TPMStore
704 #define IS_PWR_WAKEUP_PIN(PIN) (((PIN) == PWR_WAKEUP_PIN1) || \ argument
1014 #define IS_RTC_TIMESTAMP_PIN(PIN) (((PIN) == RTC_TIMESTAMPPIN_DEFAULT)) argument
144 #define PIN(_id, _flag, _bit, _base, _offset) { \ macro