PIO_GetOutputDataStatus
Default mainpageat91libperipheralspioPIO_GetOutputDataStatus
Description Source Call Graph
PIO_GetOutputDataStatus
Returns 1 if one or more PIO of the given Pin are configured to output a high level (even if they are not output).
 
Syntax / parameters
unsigned char PIO_GetOutputDataStatus (const Pin *pin)

Name Type Default Description
pin const Pin *
  Pointer to a Pin instance describing one or more pins.
 
Return value unsigned char
  1 if the Pin instance contains at least one PIO that is configured to output a high level; otherwise 0.
Description
Returns 1 if one or more PIO of the given Pin are configured to output a high level (even if they are not output).
To get the actual value of the pin, use PIO_Get() instead.
 
Source
The documentation for this Member was generated from the following files:
  • pio.c