Searched refs:encodedNibble (Results 1 – 1 of 1) sorted by relevance
230 uint8_t encodedNibble = static_cast<uint8_t>((config + baseOffset) << 4); in selectConfig() local231 uint16_t command = 0x0F00 | encodedNibble; in selectConfig()