bitSet()

描述

将变数数值的某一个 bit 设定成 1。

语法


bitSet(x, n)

参数

x: 欲设定的变数值
n: 要设定为 1 的 bit 位置,最低有效位 (最右边) 为第 0 位元

回传

无回传值

See also

bit()
bitRead()
bitWrite()
bitClear()


语法参考主页面

本页由热血青年 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.