commit | 99f8579c0baac8d79fffc1979448efb0ade76ab7 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Fri Jul 22 11:09:26 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Aug 12 14:13:37 2022 +0100 |
tree | e1bc34c06536d9fb91aa215142ee838ecbec19f6 | |
parent | bb299b1194790edd389adeca1f87e93bb2dc03b9 [diff] |
drivers: gpio: stm32 driver uses a structure to hold the pin configuration Define a pin structure to carry the pin configuration elements such as push/pull, opendrain, input/output, high/low. This structure will give the gpio_flags_t to the gpio_stm32_get_config. Only the stm32F1x serie does not provide the pin config get function. Signed-off-by: Francois Ramu <francois.ramu@st.com>