Structhello
Structhello
typedef struct
{
__IO uint32_t CRL;
__IO uint32_t UNUSED_REGS[2]; //__IO uint32_t CRH; //__IO uint32_t
IDR;
__IO uint32_t ODR;
/* __IO uint32_t BSRR;
__IO uint32_t BRR;
__IO uint32_t LCKR;*/
} GPIO_TypeDef;
typedef struct
{
/*__IO uint32_t CR;
__IO uint32_t CFGR;
__IO uint32_t CIR;
__IO uint32_t APB2RSTR;
__IO uint32_t APB1RSTR;
__IO uint32_t AHBENR;*/
__IO uint32_t UNUSED_REGS[6];
__IO uint32_t APB2ENR;
/* __IO uint32_t APB1ENR;
__IO uint32_t BDCR;
__IO uint32_t CSR;*/
} RCC_TypeDef;