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