Created
August 14, 2016 03:33
-
-
Save hocarm/a959ff2d28ce655cd189fd384eaf4669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| typedef struct | |
| { | |
| volatile uint32_t CRL; | |
| volatile uint32_t CRH; | |
| volatile uint32_t IDR; | |
| volatile uint32_t ODR; | |
| volatile uint32_t BSRR; | |
| volatile uint32_t BRR; | |
| volatile uint32_t LCKR; | |
| } GPIO_TypeDef; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment