gpio_fini()
Finalize the GPIO hardware module
Synopsis:
#include <hw/gpio_hw.h>
void (*gpio_fini)(void);
Description:
The gpio_fini() function finalizes the GPIO hardware module. Using this function is optional.
Page updated:
Finalize the GPIO hardware module
#include <hw/gpio_hw.h>
void (*gpio_fini)(void);
The gpio_fini() function finalizes the GPIO hardware module. Using this function is optional.