wifiiot_gpio_ex.h

    Wifiiot

    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

    (WifiIotIoName id, val)

    unsigned int 

    Sets the pull for a GPIO pin.

    IoSetFunc ( id, unsigned char val)

    unsigned int 

    Sets the multiplexing function for a GPIO pin.

    IoGetPull ( id, WifiIotIoPull val)

    unsigned int 

    Obtains the pull type of a GPIO pin.

    (WifiIotIoName id, unsigned char val)

    unsigned int 

    Obtains the multiplexing function for a GPIO pin.

    (WifiIotIoName id, *val)

    unsigned int 

    Obtains the driver strength of a GPIO pin.

    IOSetDriverStrength ( id, WifiIotIoDriverStrength val)

    unsigned int 

    Sets the driver strength of a GPIO pin.