BeRTOS
stm32_gpio.h
Go to the documentation of this file.
00001 
00036 #ifndef STM32_GPIO_H
00037 #define STM32_GPIO_H
00038 
00039 #include <cpu/types.h>
00040 
00044 struct stm32_gpio
00045 {
00046     reg32_t CRL;
00047     reg32_t CRH;
00048     reg32_t IDR;
00049     reg32_t ODR;
00050     reg32_t BSRR;
00051     reg32_t BRR;
00052     reg32_t LCKR;
00053 };
00054 
00055 #endif /* STM32_GPIO_H */