BeRTOS
|
00001 00037 #ifndef STM32_PWR_H 00038 #define STM32_PWR_H 00039 00040 #include <io/stm32.h> 00041 00042 /* Power Control */ 00043 struct PWR 00044 { 00045 reg32_t CR; 00046 reg32_t CSR; 00047 }; 00048 00049 #define PWR_CR_DBP 0x00000100 00050 00051 #endif /* STM32_PWR_H */