22.11.4 Bit Operation

22.11.4.1 Set Bit
Changes the specified bit address 0 1.

22.11.4.2 Clear Bit
Changes the specified bit address 1 0.

22.11.4.3 Toggle Bit
Changes the specified bit address 10 or 01.