You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sunxi-gpio driver can set the pull mode and drive strength for its pins. It should use the remaining bits in the mode parameter to set these properties in addition to the pin function. It should provide macros that can be used in device descriptions to pack the function, pull, and drive into a uint8_t. It should use complimentary private macros to extract the values and apply them in sunxi_gpio_set_mode.
Type of issue
Feature
Description
The
sunxi-gpio
driver can set the pull mode and drive strength for its pins. It should use the remaining bits in themode
parameter to set these properties in addition to the pin function. It should provide macros that can be used in device descriptions to pack the function, pull, and drive into auint8_t
. It should use complimentary private macros to extract the values and apply them insunxi_gpio_set_mode
.Dependencies
#147 depends on this.
The text was updated successfully, but these errors were encountered: