21.11.1 Bit Operation

21.11.1.1 Bit Settings
Changes the specified bit address 0 → 1.

21.11.1.2 Clear Bit
Changes the specified bit address 1 → 0.

21.11.1.3 Bit Toggle
Changes the specified bit address 1→0 or 0→1.