PicoSDK
+
0
/25 examples
SourceVu will show references to
gpio_init()
from the following samples and libraries:
TinyUSB Library
blink sample
blink_simple sample
onboard_temperature sample
nuke sample
hello_freertos sample
dht_sensor sample
hello_7segment sample
spi_lcd sample
mpl3115a2_i2c sample
slave_mem_i2c sample
blinky sample
button sample
onewire sample
quadrature_encoder_substep sample
spi sample
st7789_lcd sample
bme280_spi sample
max7219_32x8_spi sample
max7219_8x7seg_spi sample
mpu9250_spi sample
spi_dma sample
spi_flash sample
hello_double_tap sample
hello_universal sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
gpio_init()
gpio_init() function
Initialise a GPIO for (enabled I/O and set func to GPIO_FUNC_SIO) Clear the output enable (i.e. set to input). Clear any output value.
Syntax
Show:
Summary
Declaration
Definition
from
gpio.h:831
void
gpio_init
(
uint
gpio
)
;
Implemented in
gpio.c:281
Arguments
Argument
Description
gpio
GPIO number
Examples
gpio_init()
is referenced by 25 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out