PicoSDK
gpio_drive_strength
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
gpio_drive_strength
gpio_drive_strength enum
Drive strength levels for GPIO outputs Drive strength levels for GPIO outputs. \sa gpio_set_drive_strength
Syntax
Show:
Summary
Declaration
from
gpio.h:232
enum
gpio_drive_strength
{
GPIO_DRIVE_STRENGTH_2MA
=
0
,
GPIO_DRIVE_STRENGTH_4MA
=
1
,
GPIO_DRIVE_STRENGTH_8MA
=
2
,
GPIO_DRIVE_STRENGTH_12MA
=
3
}
;
Values
Value
Declared as
gpio_drive_strength::GPIO_DRIVE_STRENGTH_2MA
=
0
gpio_drive_strength::GPIO_DRIVE_STRENGTH_4MA
=
1
gpio_drive_strength::GPIO_DRIVE_STRENGTH_8MA
=
2
gpio_drive_strength::GPIO_DRIVE_STRENGTH_12MA
=
3
Examples
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