Skip to content

Instantly share code, notes, and snippets.

@hocarm
Created August 14, 2016 03:33
Show Gist options
  • Select an option

  • Save hocarm/a959ff2d28ce655cd189fd384eaf4669 to your computer and use it in GitHub Desktop.

Select an option

Save hocarm/a959ff2d28ce655cd189fd384eaf4669 to your computer and use it in GitHub Desktop.
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