no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
pico_gpio.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef _PICO_GPIO_H_
34#define _PICO_GPIO_H_
35
36#include "no_os_gpio.h"
37
45};
46
50extern const struct no_os_gpio_platform_ops pico_gpio_ops;
51
52#endif
Header file of GPIO Interface.
const struct no_os_gpio_platform_ops pico_gpio_ops
pico platform specific GPIO platform ops structure
Definition pico_gpio.c:263
Structure holding gpio function pointers that point to the platform specific function.
Definition no_os_gpio.h:115
pico platform specific gpio descriptor
Definition pico_gpio.h:42
bool input_enabled
Definition pico_gpio.h:44