gpio_custom()

Perform a custom GPIO operation

Synopsis:

#include <hw/gpio_hw.h>

int32_t (*gpio_custom)( gpio_header_t *gpio_hdr,
                        void *data);

Arguments:

gpio_hdr
A pointer to the GPIO header.
data
A pointer to implementation-defined data.

Description:

The gpio_custom() function performs a custom GPIO operation. Using this function is optional.

Returns:

EOK on success or errno if an error occurred.

Page updated: