Searched refs:PK (Results 1 – 3 of 3) sorted by relevance
74 PKSEL |= PK(3); /* select pin as I/O */ in init_hardware()75 PKDIR |= PK(3); /* select pin as output */ in init_hardware()76 PKDATA |= PK(3); /* set pin high */ in init_hardware()
542 #define PK(x) (1 << (x)) macro
623 #define PK(x) (1 << (x)) macro