GPIO

Applies to: c, embedded

GPIO pins are general-purpose digital input/output pins controlled by software.

GPIO_OUT |= (1u << LED_PIN);

See also: register, bit-mask