Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:c:registries [2016/08/31 07:41] – [CT Board Registers] kesrsoftware:c:registries [2018/01/31 14:39] (current) – [CT Board Registers] ruan
Line 24: Line 24:
 ===== STM32F429ZI Registers ===== ===== STM32F429ZI Registers =====
  
-Bellow is the definition of the [[stm32:peripherals:gpio|GPIO]] register to demonstrate the concept. \\+Below is the definition of the [[stm32:peripherals:gpio|GPIO]] registers to illustrate the concept. \\
  
 <code c>typedef struct { <code c>typedef struct {
Line 36: Line 36:
                                      [1]: Bit reset register. */                                      [1]: Bit reset register. */
     volatile uint32_t LCKR;     /**< Port lock register. */     volatile uint32_t LCKR;     /**< Port lock register. */
-    volatile uint32_t AFR[2];   /**< [0]: AF register pin 0..7,  +    volatile uint32_t AFR[2];   /**< [0]: Alternate Function register pin 0..7,  
-                                     [1]: AF register pin 8..15. */+                                     [1]: Alternate Function register pin 8..15. */
 } reg_gpio_t; } reg_gpio_t;
  
Line 68: Line 68:
 \\ {{type_combined.svg}} \\ \\ \\ {{type_combined.svg}} \\ \\
  
-Bellow is the definition of the [[ctboard:peripherals:dipsw|DIPSW]] register to demonstrate the concept. \\+Below is the definition of the [[ctboard:peripherals:dipsw|DIPSW]] register to illustrate the concept. \\
  
 <code c>typedef union { <code c>typedef union {
  • software/c/registries.1472629297.txt.gz
  • Last modified: 2016/08/31 07:41
  • by kesr