We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b1e75 commit 32752f7Copy full SHA for 32752f7
include/drivers/gpio/gpio_mmio32.h
@@ -17,6 +17,8 @@ struct gpio_mmio32_config {
17
};
18
19
struct gpio_mmio32_context {
20
+ /* gpio_driver_data needs to be first */
21
+ struct gpio_driver_data common;
22
const struct gpio_mmio32_config *config;
23
u32_t invert; /* Mask of 'reg' bits that should be inverted */
24
0 commit comments