SN8P2714X_2715
8-bit micro-controller build-in 12-bit ADC
SONiX TECHNOLOGY CO., LTD
Page 95
V1.4
Â
Example: Write one bit data to output port.
B0BSET
P2.3
; Set P2.3 and P4.0 to be “1”.
B0BSET
P4.0
B0BCLR
P2.3
; Set P2.3 and P5.5 to be “0”.
B0BCLR
P5.5
Â
Example: Port bit test.
B0BTS1
P0.0
; Bit test 1 for P0.0
.
B0BTS0
P2.5
; Bit test 0 for P2.5