Searched defs:SK (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DConstantExpression.cpp41 #define SK(__x__) ScalarType::Kind::KIND_##__x__ macro
47 case SK(BOOL): __action__(bool) \
48 case SK(UINT8): __action__(uint8_t) \
49 case SK(INT8): __action__(int8_t) \
50 case SK(UINT16): __action__(uint16_t) \
51 case SK(INT16): __action__(int16_t) \
52 case SK(UINT32): __action__(uint32_t) \
53 case SK(INT32): __action__(int32_t) \
54 case SK(UINT64): __action__(uint64_t) \
55 case SK(INT6
[all...]
/system/tpm/trunks/ftdi/
H A Dmpsse.h96 SK = 1, enumerator in enum:pins
123 /* SK/DO/CS and GPIOs are outputs, DI is an input */
124 #define DEFAULT_TRIS (SK | DO | CS | GPIO0 | GPIO1 | GPIO2 | GPIO3)
125 #define DEFAULT_PORT (SK | CS) /* SK and CS are high, all others low */

Completed in 59 milliseconds