How can I set gpio as persistent status? #38193
Unanswered
billy-tsai
asked this question in
Q&A
Replies: 1 comment
-
Short answer: No. By persistent, if you mean:
I don't see any flag for persistence for typedef uint32_t gpio_flags_t; You might be able to implement your own device driver with a special flag. ref) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to set the GPIO to the persistent status to avoid the gpio pin status changed after the system reset.
Does GPIO have any configuration flag that can be used for this purpose when I call gpio_pin_configure()?
Beta Was this translation helpful? Give feedback.
All reactions