bitClear()

描述

將變數數值的某一個 bit 設定成 0。

語法


bitClear(x, n)

參數

x: 欲設定的變數值
n: 要設定為 0 的 bit 位置,最低有效位 (最右邊) 為第 0 位元

回傳

無回傳值

See also

bit()
bitRead()
bitWrite()
bitSet()


語法參考主頁面

本頁由熱血青年 LBU 譯自英文版。

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.