Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| software:c:registries [2016/08/31 07:41] – [CT Board Registers] kesr | software:c:registries [2018/01/31 14:39] (current) – [CT Board Registers] ruan | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| ===== STM32F429ZI Registers ===== | ===== STM32F429ZI Registers ===== | ||
| - | Bellow | + | Below is the definition of the [[stm32: |
| <code c> | <code c> | ||
| Line 36: | Line 36: | ||
| [1]: Bit reset register. */ | [1]: Bit reset register. */ | ||
| volatile uint32_t LCKR; / | volatile uint32_t LCKR; / | ||
| - | volatile uint32_t AFR[2]; | + | volatile uint32_t AFR[2]; |
| - | | + | |
| } reg_gpio_t; | } reg_gpio_t; | ||
| Line 68: | Line 68: | ||
| \\ {{type_combined.svg}} \\ \\ | \\ {{type_combined.svg}} \\ \\ | ||
| - | Bellow | + | Below is the definition of the [[ctboard: |
| <code c> | <code c> | ||