![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
The definition of a GPIO function table that contains the required set of functions to control a specific GPIO driver implementation.
| GPIO_InitFxn GPIO_FxnTable::initFxn | 
Function to initialize the given data object
| GPIO_ReadFxn GPIO_FxnTable::readFxn | 
Function to read from the specified peripheral
| GPIO_WriteFxn GPIO_FxnTable::writeFxn | 
Function to write from the specified peripheral
| GPIO_clearIntFxn GPIO_FxnTable::clearIntFxn | 
Function to clear a GPIO pin interrupt flag
| GPIO_disableIntFxn GPIO_FxnTable::disableIntFxn | 
Function to disable a GPIO pin interrupt flag
| GPIO_enableIntFxn GPIO_FxnTable::enableIntFxn | 
Function to enable a GPIO pin interrupt flag
| GPIO_setCallbackFxn GPIO_FxnTable::setCallbackFxn | 
Function to bind a callback function to a GPIO pin interrupt
| GPIO_setConfigFxn GPIO_FxnTable::setConfigFxn | 
Function to configure the gpio pin
| GPIO_toggleFxn GPIO_FxnTable::toggleFxn | 
Function to toggles the current state of a GPIO