PIO_GetISR
Default mainpageat91libperipheralspioPIO_GetISR
Description Source Call Graph
PIO_GetISR
Returns the value of ISR for the PIO controller of the pin.
 
Syntax / parameters
unsigned int PIO_GetISR (const Pin *pin)

Name Type Default Description
pin const Pin *
  Pointer to a Pin instance describing one or more pins.
 
Return value unsigned int
   
Description
Returns the value of ISR for the PIO controller of the pin.
Reading this register acknoledges all the ITs.
 
Source
The documentation for this Member was generated from the following files:
  • pio.c