Changes between Version 6 and Version 7 of Peri19_T03
- Timestamp:
- Mar 8, 2019, 2:20:44 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Peri19_T03
v6 v7 356 356 uint32_t test[1]; 357 357 } 358 *gpio_regs = (struct gpio_s *)__io_address(GPIO_BASE);358 volatile *gpio_regs = (struct gpio_s *)__io_address(GPIO_BASE); 359 359 }}} 360 360 * Les deux fonctions `gpio_fsel()` et `gpio_write()` possibles sont données juste après. Vous pouvez voir comment exploiter la structure.