Each External Interrupt can be configured to trigger on these conditions. 
| Enum Values | Documentation | 
|---|
| LowLevel  | triggers continuously during low level  
 | 
| BothEdges  | triggers on both rising and falling edge  
 | 
| FallingEdge  | triggers on falling edge  
 | 
| RisingEdge  | triggers on rising edge  
 | 
 
 
Each Input Pin can be configured in one of these states. 
| Enum Values | Documentation | 
|---|
| Floating  | The input pin is left floating.  
 | 
| PullUp  | The input pin is pulled to Vcc.  
 | 
 
 
| Enum Values | Documentation | 
|---|
| PushPull  | push-pull on output  
 | 
 
 
The documentation for this struct was generated from the following file: