PIO_Configure
Default mainpageat91libperipheralspioPIO_Configure
Description Source Call Graph
PIO_Configure
Configures a list of Pin instances, each of which can either hold a single pin or a group of pins, depending on the mask value; all pins are configured by this function.
 
Syntax / parameters
unsigned char PIO_Configure (const Pin *list, unsigned int size)

Name Type Default Description
list const Pin *
  Pointer to a list of Pin instances.
size unsigned int
  Size of the Pin list (calculated using PIO_LISTSIZE).
 
Return value unsigned char
  1 if the pins have been configured properly; otherwise 0.
Description
Configures a list of Pin instances, each of which can either hold a single pin or a group of pins, depending on the mask value; all pins are configured by this function.
The size of the array must also be provided and is easily computed using PIO_LISTSIZE whenever its length is not known in advance.
 
Source
The documentation for this Member was generated from the following files:
  • pio.c