Is there a way to set multiple Bits and VitualBits at the Port level? Something like SetPort(Bit1024_to_1031, 0xFF); // Set All 8 bits to 1 and also a way to read multiple pins at the same time. Just wondering if there's anything more efficient than just calling multiple SetBit and ClearBit
Is there a way to set multiple Bits and VitualBits at the Port level? Something like SetPort(Bit1024_to_1031, 0xFF); // Set All 8 bits to 1 and also a way to read multiple pins at the same time. Just wondering if there's anything more efficient than just calling multiple SetBit and ClearBit