PIO_LISTSIZE
Default mainpage
at91lib
peripherals
pio
PIO_LISTSIZE
Description
Source
Call Graph
PIO_LISTSIZE
Calculates the size of an array of
Pin
instances.
Syntax / parameters
define
PIO_LISTSIZE
(pPins)
Name
Type
Default
Description
pPins
Local array of
Pin
instances.
Return value
Number of elements in array.
Description
Calculates the size of an array of
Pin
instances.
The array must be defined locally (i.e. not a pointer), otherwise the computation will not be correct.
Source
The documentation for this Member was generated from the following file:
pio.h