Searched refs:ch2 (Results 1 – 4 of 4) sorted by relevance
92 uint8_t ch2 = base64Decoder[static_cast<uint8_t>(input.at(index++))]; in Decode() local93 if (ch1 == BASE64_INVALID || ch2 == BASE64_INVALID) { in Decode()96 result.emplace_back((ch1 << BASE64_SHIFT_HIBYTE) | (ch2 >> BASE64_SHIFT)); in Decode()104 result.emplace_back((ch2 << BASE64_SHIFT) | (ch3 >> BASE64_SHIFT_HIBYTE)); in Decode()
257 char ch2 = 'o'; variable259 ReplaceDelimiter(limit, ch2, str2);
846 pwmCh = 3; --- 对应channel数(0:ch1、1:ch2、2:ch3、3:ch4)
844 pwmCh = 3; --- Number of channels. (0: ch1, 1: ch2, 2: ch3, 3: ch4)