wifiiot_gpio_ex.h

    Description:

    Declares the extended GPIO interface functions.

    These functions are used for settings GPIO pulls and driver strength.

    Since:

    1.0

    Version:

    1.0

    Function Name

    Description

    IoSetPull ( id, WifiIotIoPull val)

    unsigned int 

    Sets the pull for a GPIO pin.

    (WifiIotIoName id, unsigned char val)

    unsigned int 

    Sets the multiplexing function for a GPIO pin.

    (WifiIotIoName id, val)

    unsigned int 

    Obtains the pull type of a GPIO pin.

    IoGetFunc ( id, unsigned char val)

    unsigned int 

    Obtains the multiplexing function for a GPIO pin.

    IOGetDriverStrength ( id, WifiIotIoDriverStrength *val)

    unsigned int 

    Obtains the driver strength of a GPIO pin.

    (WifiIotIoName id, val)

    unsigned int 

    Sets the driver strength of a GPIO pin.