pokeIO_bclr Function (Macro)

peekpoke.h

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

Clears a bit in an I/O port.

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