commit | 7c95d503b0a64810ace17f058cf0178c18acc816 | [log] [tgz] |
---|---|---|
author | Peter Bigot <peter.bigot@nordicsemi.no> | Thu Jan 30 12:12:39 2020 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Feb 05 12:00:36 2020 +0100 |
tree | 32d3a0d43416a071d7db0b6650222e9383eb0c47 | |
parent | 37239dbcbf1fcb1c9671ed57f52d54142b0c0281 [diff] |
gpio: clean up internal API function prototypes Use gpio_pin_t uniformly when passing pin indexes to the driver. Use gpio_flags_t uniformly when passing flags to the driver. Change name of pin configuration function in API function table to be consistent with other API functions. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>