cliset -d cpldbit -v
Function
The cliset -d cpldbit -v command is used to set a value for a bit of a logical register.
Format
cliset -d cpldbit -v offsetaddr bit_num data
Parameters
Parameter |
Description |
Value |
---|---|---|
offsetaddr |
Address of a logical register. |
The value ranges from 0 to 0x1ff. |
data |
Value to be set. |
The value can be 0 or 1. |
bit_num |
Number of bits to be set of the logical register address. |
The value ranges from 0 to 7. |
Modes
serial port mode
Usage Guidelines
None
Example
Set BIT_0 of the logical register whose address is 0xee to "1".
administrator@CTRL_B / $ cliset -d cpldbit -v 0xee 1 1
Write Cpld Bit ok.
System Response
None