Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp91 uint8_t ch1 = base64Decoder[static_cast<uint8_t>(input.at(index++))]; in Decode() local
93 if (ch1 == BASE64_INVALID || ch2 == BASE64_INVALID) { in Decode()
96 result.emplace_back((ch1 << BASE64_SHIFT_HIBYTE) | (ch2 >> BASE64_SHIFT)); in Decode()
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md42 | 通用规格 | -&nbsp;1×1&nbsp;2.4GHz频段(ch1~ch14)<br/>-&nbsp;PHY支持IEEE&nbsp;802.11b/g/n<br/>-&nbsp;MAC支持I…
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md42 | General specifications| - 1 x 1 2.4 GHz frequency band (ch1–ch14)<br>- PHY supports IEEE 802.11b/…
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md846 pwmCh = 3; --- 对应channel数(0:ch1、1:ch2、2:ch3、3:ch4)
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md844 pwmCh = 3; --- Number of channels. (0: ch1, 1: ch2, 2: ch3, 3: ch4)