Changes between Version 6 and Version 7 of Peri19_T03


Ignore:
Timestamp:
Mar 8, 2019, 2:20:44 PM (5 years ago)
Author:
franck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Peri19_T03

    v6 v7  
    356356    uint32_t test[1];
    357357}
    358 *gpio_regs = (struct gpio_s *)__io_address(GPIO_BASE);
     358volatile *gpio_regs = (struct gpio_s *)__io_address(GPIO_BASE);
    359359}}}
    360360* Les deux fonctions `gpio_fsel()` et `gpio_write()` possibles sont données juste après. Vous pouvez voir comment exploiter la structure.