PIO_Clear
Default mainpageat91libperipheralspioPIO_Clear
Description Source Call Graph
PIO_Clear
Sets a low output level on all the PIOs defined in the given Pin instance.
 
Syntax / parameters
void PIO_Clear (const Pin *pin)

Name Type Default Description
pin const Pin *
  Pointer to a Pin instance describing one or more pins.
Description
Sets a low output level on all the PIOs defined in the given Pin instance.
This has no immediate effects on PIOs that are not output, but the PIO controller will memorize the value they are changed to outputs.
 
Source
The documentation for this Member was generated from the following files:
  • pio.c