pokeIO_bset Function (Macro)

peekpoke.h

void pokeIO_bset (unsigned char *port, short bit);

Sets a bit in an I/O port.

This macro exists because poke_bset is not reliable when sending data to memory-mapped I/O ports. See the notes about pokeIO if you want to know why.