mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
parent
0fa3e7247d
commit
de8f857de4
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ extern "C" {
|
|||
* selected on one GPIO at a time. If the same peripheral input is connected to multiple GPIOs, the peripheral sees the logical
|
||||
* OR of these GPIO inputs.
|
||||
*
|
||||
* Please refer to the datsheet for more information on GPIO function selection.
|
||||
* Please refer to the datasheet for more information on GPIO function selection.
|
||||
*/
|
||||
enum gpio_function {
|
||||
GPIO_FUNC_XIP = 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue