gpio: rename typedef for devicetree flags
gpio_dt_flags_t is shorter and consistent with DT_ prefix. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
f017209821
commit
37239dbcbf
19 changed files with 22 additions and 22 deletions
|
@ -428,7 +428,7 @@ typedef u8_t gpio_pin_t;
|
|||
* bits of the full flags field, so use a reduced-size type to record
|
||||
* that part of a GPIOS property.
|
||||
*/
|
||||
typedef u8_t gpio_devicetree_flags_t;
|
||||
typedef u8_t gpio_dt_flags_t;
|
||||
|
||||
/**
|
||||
* @brief Provides a type to hold GPIO configuration flags.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue