PicoSDK
gpio_slew_rate
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_slew_rate
gpio_slew_rate enum
Slew rate limiting levels for GPIO outputs Slew rate limiting increases the minimum rise/fall time when a GPIO output is lightly loaded, which can help to reduce electromagnetic emissions. \sa gpio_set_slew_rate
Syntax
Show:
Summary
Declaration
from
gpio.h:221
enum
gpio_slew_rate
{
GPIO_SLEW_RATE_SLOW
=
0
,
GPIO_SLEW_RATE_FAST
=
1
}
;
Values
Value
Declared as
gpio_slew_rate::GPIO_SLEW_RATE_SLOW
=
0
gpio_slew_rate::GPIO_SLEW_RATE_FAST
=
1
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