Changeset 26 for trunk/firmware/Debug125A/stm32g0xx_hal_rcc_ex_PP.c
- Timestamp:
- Sep 8, 2025, 6:57:30 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/Debug125A/stm32g0xx_hal_rcc_ex_PP.c
r6 r26 1 # 1 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"1 # 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 2 2 # 1 "<built-in>" 1 3 3 # 1 "<built-in>" 3 … … 5 5 # 1 "<command line>" 1 6 6 # 1 "<built-in>" 2 7 # 1 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 28 # 25 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"9 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 110 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"11 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 112 # 195 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h"13 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 114 # 27 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"15 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 116 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h"17 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 118 # 119 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h"19 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 120 # 69 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h"7 # 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 2 8 # 25 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 9 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 1 10 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 11 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 1 12 # 195 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 13 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 1 14 # 27 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 15 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 1 16 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 17 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 1 18 # 119 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 19 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 1 20 # 69 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 21 21 typedef enum 22 22 { … … 61 61 62 62 63 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 164 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 363 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 1 64 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 65 65 66 66 … … 759 759 typedef long long int intmax_t; 760 760 typedef long long unsigned int uintmax_t; 761 # 35 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3762 # 63 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3763 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_version.h" 1 3764 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_version.h" 3765 # 64 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3766 # 115 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3767 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 1 3768 # 54 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 3769 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 1 3770 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3761 # 35 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3 762 # 63 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 763 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_version.h" 1 3 764 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_version.h" 3 765 # 64 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3 766 # 115 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 767 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 1 3 768 # 54 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 3 769 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 1 3 770 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 771 771 #pragma GCC diagnostic push 772 772 #pragma GCC diagnostic ignored "-Wsign-conversion" 773 773 #pragma GCC diagnostic ignored "-Wconversion" 774 774 #pragma GCC diagnostic ignored "-Wunused-parameter" 775 # 71 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3775 # 71 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 776 776 #pragma GCC diagnostic push 777 777 #pragma GCC diagnostic ignored "-Wpacked" … … 811 811 struct __attribute__((packed, aligned(1))) T_UINT32_READ { uint32_t v; }; 812 812 #pragma GCC diagnostic pop 813 # 131 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3813 # 131 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 814 814 __attribute__((always_inline)) static inline __attribute__((__noreturn__)) void __cmsis_start(void) 815 815 { … … 846 846 _start(); 847 847 } 848 # 196 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3848 # 196 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 849 849 __attribute__((always_inline)) static inline void __enable_irq(void) 850 850 { … … 876 876 return(result); 877 877 } 878 # 248 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3878 # 248 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 879 879 __attribute__((always_inline)) static inline void __set_CONTROL(uint32_t control) 880 880 { 881 881 __asm volatile ("MSR control, %0" : : "r" (control) : "memory"); 882 882 } 883 # 272 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3883 # 272 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 884 884 __attribute__((always_inline)) static inline uint32_t __get_IPSR(void) 885 885 { … … 931 931 return(result); 932 932 } 933 # 344 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3933 # 344 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 934 934 __attribute__((always_inline)) static inline void __set_PSP(uint32_t topOfProcStack) 935 935 { 936 936 __asm volatile ("MSR psp, %0" : : "r" (topOfProcStack) : ); 937 937 } 938 # 368 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3938 # 368 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 939 939 __attribute__((always_inline)) static inline uint32_t __get_MSP(void) 940 940 { … … 944 944 return(result); 945 945 } 946 # 398 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3946 # 398 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 947 947 __attribute__((always_inline)) static inline void __set_MSP(uint32_t topOfMainStack) 948 948 { 949 949 __asm volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); 950 950 } 951 # 449 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3951 # 449 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 952 952 __attribute__((always_inline)) static inline uint32_t __get_PRIMASK(void) 953 953 { … … 957 957 return(result); 958 958 } 959 # 479 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3959 # 479 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 960 960 __attribute__((always_inline)) static inline void __set_PRIMASK(uint32_t priMask) 961 961 { 962 962 __asm volatile ("MSR primask, %0" : : "r" (priMask) : "memory"); 963 963 } 964 # 833 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3964 # 833 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 965 965 __attribute__((always_inline)) static inline uint32_t __get_FPSCR(void) 966 966 { 967 # 849 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3967 # 849 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 968 968 return(0U); 969 969 … … 978 978 __attribute__((always_inline)) static inline void __set_FPSCR(uint32_t fpscr) 979 979 { 980 # 872 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3980 # 872 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 981 981 (void)fpscr; 982 982 983 983 } 984 # 933 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3984 # 933 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 985 985 __attribute__((always_inline)) static inline void __ISB(void) 986 986 { … … 1009 1009 __asm volatile ("dmb 0xF":::"memory"); 1010 1010 } 1011 # 967 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31011 # 967 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1012 1012 __attribute__((always_inline)) static inline uint32_t __REV(uint32_t value) 1013 1013 { … … 1021 1021 1022 1022 } 1023 # 986 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31023 # 986 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1024 1024 __attribute__((always_inline)) static inline uint32_t __REV16(uint32_t value) 1025 1025 { … … 1029 1029 return result; 1030 1030 } 1031 # 1001 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31031 # 1001 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1032 1032 __attribute__((always_inline)) static inline int16_t __REVSH(int16_t value) 1033 1033 { … … 1041 1041 1042 1042 } 1043 # 1021 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31043 # 1021 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1044 1044 __attribute__((always_inline)) static inline uint32_t __ROR(uint32_t op1, uint32_t op2) 1045 1045 { … … 1051 1051 return (op1 >> op2) | (op1 << (32U - op2)); 1052 1052 } 1053 # 1048 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31053 # 1048 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1054 1054 __attribute__((always_inline)) static inline uint32_t __RBIT(uint32_t value) 1055 1055 { … … 1074 1074 return result; 1075 1075 } 1076 # 1078 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31076 # 1078 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1077 1077 __attribute__((always_inline)) static inline uint8_t __CLZ(uint32_t value) 1078 1078 { 1079 # 1089 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31079 # 1089 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1080 1080 if (value == 0U) 1081 1081 { … … 1084 1084 return __builtin_clz(value); 1085 1085 } 1086 # 1382 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31086 # 1382 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1087 1087 __attribute__((always_inline)) static inline int32_t __SSAT(int32_t val, uint32_t sat) 1088 1088 { … … 1102 1102 return val; 1103 1103 } 1104 # 1407 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31104 # 1407 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1105 1105 __attribute__((always_inline)) static inline uint32_t __USAT(int32_t val, uint32_t sat) 1106 1106 { … … 1119 1119 return (uint32_t)val; 1120 1120 } 1121 # 2166 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 31121 # 2166 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_gcc.h" 3 1122 1122 #pragma GCC diagnostic pop 1123 # 55 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 2 31124 # 116 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 31125 # 210 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31123 # 55 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\cmsis_compiler.h" 2 3 1124 # 116 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3 1125 # 210 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1126 1126 typedef union 1127 1127 { … … 1136 1136 uint32_t w; 1137 1137 } APSR_Type; 1138 # 240 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31138 # 240 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1139 1139 typedef union 1140 1140 { … … 1146 1146 uint32_t w; 1147 1147 } IPSR_Type; 1148 # 258 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31148 # 258 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1149 1149 typedef union 1150 1150 { … … 1162 1162 uint32_t w; 1163 1163 } xPSR_Type; 1164 # 297 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31164 # 297 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1165 1165 typedef union 1166 1166 { … … 1173 1173 uint32_t w; 1174 1174 } CONTROL_Type; 1175 # 328 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31175 # 328 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1176 1176 typedef struct 1177 1177 { … … 1187 1187 volatile uint32_t IP[8U]; 1188 1188 } NVIC_Type; 1189 # 355 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31189 # 355 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1190 1190 typedef struct 1191 1191 { … … 1204 1204 volatile uint32_t SHCSR; 1205 1205 } SCB_Type; 1206 # 472 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31206 # 472 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1207 1207 typedef struct 1208 1208 { … … 1212 1212 volatile const uint32_t CALIB; 1213 1213 } SysTick_Type; 1214 # 524 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31214 # 524 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1215 1215 typedef struct 1216 1216 { … … 1221 1221 volatile uint32_t RASR; 1222 1222 } MPU_Type; 1223 # 741 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31223 # 741 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1224 1224 static inline void __NVIC_EnableIRQ(IRQn_Type IRQn) 1225 1225 { … … 1231 1231 } 1232 1232 } 1233 # 760 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31233 # 760 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1234 1234 static inline uint32_t __NVIC_GetEnableIRQ(IRQn_Type IRQn) 1235 1235 { … … 1243 1243 } 1244 1244 } 1245 # 779 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31245 # 779 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1246 1246 static inline void __NVIC_DisableIRQ(IRQn_Type IRQn) 1247 1247 { … … 1253 1253 } 1254 1254 } 1255 # 798 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31255 # 798 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1256 1256 static inline uint32_t __NVIC_GetPendingIRQ(IRQn_Type IRQn) 1257 1257 { … … 1265 1265 } 1266 1266 } 1267 # 817 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31267 # 817 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1268 1268 static inline void __NVIC_SetPendingIRQ(IRQn_Type IRQn) 1269 1269 { … … 1273 1273 } 1274 1274 } 1275 # 832 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31275 # 832 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1276 1276 static inline void __NVIC_ClearPendingIRQ(IRQn_Type IRQn) 1277 1277 { … … 1281 1281 } 1282 1282 } 1283 # 850 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31283 # 850 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1284 1284 static inline void __NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority) 1285 1285 { … … 1295 1295 } 1296 1296 } 1297 # 874 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31297 # 874 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1298 1298 static inline uint32_t __NVIC_GetPriority(IRQn_Type IRQn) 1299 1299 { … … 1308 1308 } 1309 1309 } 1310 # 899 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31310 # 899 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1311 1311 static inline uint32_t NVIC_EncodePriority (uint32_t PriorityGroup, uint32_t PreemptPriority, uint32_t SubPriority) 1312 1312 { … … 1323 1323 ); 1324 1324 } 1325 # 926 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31325 # 926 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1326 1326 static inline void NVIC_DecodePriority (uint32_t Priority, uint32_t PriorityGroup, uint32_t* const pPreemptPriority, uint32_t* const pSubPriority) 1327 1327 { … … 1336 1336 *pSubPriority = (Priority ) & (uint32_t)((1UL << (SubPriorityBits )) - 1UL); 1337 1337 } 1338 # 950 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31338 # 950 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1339 1339 static inline void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) 1340 1340 { … … 1347 1347 1348 1348 } 1349 # 970 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31349 # 970 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1350 1350 static inline uint32_t __NVIC_GetVector(IRQn_Type IRQn) 1351 1351 { … … 1383 1383 1384 1384 1385 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 1 31386 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 31387 # 183 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 31385 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 1 3 1386 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 3 1387 # 183 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\mpu_armv7.h" 3 1388 1388 typedef struct { 1389 1389 uint32_t RBAR; … … 1474 1474 ARM_MPU_OrderedMemcpy(&(((MPU_Type *) ((0xE000E000UL) + 0x0D90UL) )->RBAR), &(table->RBAR), cnt*rowWordSize); 1475 1475 } 1476 # 1006 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 31477 # 1025 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31476 # 1006 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 2 3 1477 # 1025 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1478 1478 static inline uint32_t SCB_GetFPUType(void) 1479 1479 { 1480 1480 return 0U; 1481 1481 } 1482 # 1056 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 31482 # 1056 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Include\\core_cm0plus.h" 3 1483 1483 static inline uint32_t SysTick_Config(uint32_t ticks) 1484 1484 { … … 1496 1496 return (0UL); 1497 1497 } 1498 # 112 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 21499 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h" 11500 # 56 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h"1498 # 112 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 2 1499 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h" 1 1500 # 56 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h" 1501 1501 extern uint32_t SystemCoreClock; 1502 1502 1503 1503 extern const uint32_t AHBPrescTable[16]; 1504 1504 extern const uint32_t APBPrescTable[8]; 1505 # 85 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h"1505 # 85 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\system_stm32g0xx.h" 1506 1506 extern void SystemInit(void); 1507 1507 extern void SystemCoreClockUpdate(void); 1508 # 113 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 21509 # 122 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h"1508 # 113 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 2 1509 # 122 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 1510 1510 typedef struct 1511 1511 { … … 1535 1535 volatile uint32_t CCR; 1536 1536 } ADC_Common_TypeDef; 1537 # 161 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h"1537 # 161 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g070xx.h" 1538 1538 typedef struct 1539 1539 { … … 1894 1894 volatile uint32_t SR; 1895 1895 } WWDG_TypeDef; 1896 # 120 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 21897 # 143 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h"1896 # 120 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 2 1897 # 143 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 1898 1898 typedef enum 1899 1899 { … … 1914 1914 ERROR = !SUCCESS 1915 1915 } ErrorStatus; 1916 # 230 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h"1917 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 11918 # 231 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 21919 # 30 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 21920 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\Legacy/stm32_hal_legacy.h" 11921 # 31 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 21916 # 230 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 1917 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 1 1918 # 231 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/CMSIS/Device/ST/STM32G0xx/Include\\stm32g0xx.h" 2 1919 # 30 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 2 1920 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\Legacy/stm32_hal_legacy.h" 1 1921 # 31 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 2 1922 1922 # 1 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stddef.h" 1 3 1923 1923 # 72 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stddef.h" 3 … … 1929 1929 # 110 "C:/Program Files/SEGGER/SEGGER Embedded Studio 8.22a/include\\stddef.h" 3 1930 1930 typedef double max_align_t; 1931 # 32 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 21931 # 32 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_def.h" 2 1932 1932 1933 1933 … … 1952 1952 HAL_LOCKED = 0x01U 1953 1953 } HAL_LockTypeDef; 1954 # 28 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 21955 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 11956 # 1248 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"1954 # 28 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2 1955 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 1 1956 # 1248 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 1957 1957 static inline void LL_RCC_HSE_EnableCSS(void) 1958 1958 { … … 2009 2009 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR) & ((0x1UL << (17U)))) == ((0x1UL << (17U)))) ? 1UL : 0UL); 2010 2010 } 2011 # 1317 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2011 # 1317 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2012 2012 static inline void LL_RCC_HSI_EnableInStopMode(void) 2013 2013 { … … 2064 2064 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR) & ((0x1UL << (10U)))) == ((0x1UL << (10U)))) ? 1UL : 0UL); 2065 2065 } 2066 # 1379 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2066 # 1379 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2067 2067 static inline uint32_t LL_RCC_HSI_GetCalibration(void) 2068 2068 { 2069 2069 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->ICSCR) & ((0xFFUL << (0U)))) >> (0U)); 2070 2070 } 2071 # 1393 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2071 # 1393 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2072 2072 static inline void LL_RCC_HSI_SetCalibTrimming(uint32_t Value) 2073 2073 { … … 2084 2084 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->ICSCR) & ((0x7FUL << (8U)))) >> (8U)); 2085 2085 } 2086 # 1471 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2086 # 1471 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2087 2087 static inline void LL_RCC_LSE_Enable(void) 2088 2088 { … … 2119 2119 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) &= ~((0x1UL << (2U)))); 2120 2120 } 2121 # 1517 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2121 # 1517 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2122 2122 static inline void LL_RCC_LSE_SetDriveCapability(uint32_t LSEDrive) 2123 2123 { 2124 2124 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR))) & (~((0x3UL << (3U))))) | (LSEDrive)))); 2125 2125 } 2126 # 1531 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2126 # 1531 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2127 2127 static inline uint32_t LL_RCC_LSE_GetDriveCapability(void) 2128 2128 { … … 2139 2139 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) |= ((0x1UL << (5U)))); 2140 2140 } 2141 # 1553 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2141 # 1553 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2142 2142 static inline void LL_RCC_LSE_DisableCSS(void) 2143 2143 { … … 2164 2164 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) & ((0x1UL << (6U)))) == ((0x1UL << (6U)))) ? 1UL : 0UL); 2165 2165 } 2166 # 1591 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2166 # 1591 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2167 2167 static inline void LL_RCC_LSI_Enable(void) 2168 2168 { … … 2189 2189 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CSR) & ((0x1UL << (1U)))) == ((0x1UL << (1U)))) ? 1UL : 0UL); 2190 2190 } 2191 # 1629 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2191 # 1629 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2192 2192 static inline void LL_RCC_LSCO_Enable(void) 2193 2193 { … … 2204 2204 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) &= ~((0x1UL << (24U)))); 2205 2205 } 2206 # 1652 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2206 # 1652 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2207 2207 static inline void LL_RCC_LSCO_SetSource(uint32_t Source) 2208 2208 { 2209 2209 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR))) & (~((0x1UL << (25U))))) | (Source)))); 2210 2210 } 2211 # 1664 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2211 # 1664 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2212 2212 static inline uint32_t LL_RCC_LSCO_GetSource(void) 2213 2213 { 2214 2214 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) & ((0x1UL << (25U))))); 2215 2215 } 2216 # 1688 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2216 # 1688 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2217 2217 static inline void LL_RCC_SetSysClkSource(uint32_t Source) 2218 2218 { 2219 2219 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR))) & (~((0x7UL << (0U))))) | (Source)))); 2220 2220 } 2221 # 1703 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2221 # 1703 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2222 2222 static inline uint32_t LL_RCC_GetSysClkSource(void) 2223 2223 { 2224 2224 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR) & ((0x7UL << (3U))))); 2225 2225 } 2226 # 1723 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2226 # 1723 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2227 2227 static inline void LL_RCC_SetAHBPrescaler(uint32_t Prescaler) 2228 2228 { 2229 2229 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR))) & (~((0xFUL << (8U))))) | (Prescaler)))); 2230 2230 } 2231 # 1739 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2231 # 1739 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2232 2232 static inline void LL_RCC_SetAPB1Prescaler(uint32_t Prescaler) 2233 2233 { 2234 2234 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR))) & (~((0x7UL << (12U))))) | (Prescaler)))); 2235 2235 } 2236 # 1760 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2236 # 1760 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2237 2237 static inline void LL_RCC_SetHSIDiv(uint32_t HSIDiv) 2238 2238 { 2239 2239 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR))) & (~((0x7UL << (11U))))) | (HSIDiv)))); 2240 2240 } 2241 # 1778 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2241 # 1778 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2242 2242 static inline uint32_t LL_RCC_GetAHBPrescaler(void) 2243 2243 { 2244 2244 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR) & ((0xFUL << (8U))))); 2245 2245 } 2246 # 1793 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2246 # 1793 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2247 2247 static inline uint32_t LL_RCC_GetAPB1Prescaler(void) 2248 2248 { 2249 2249 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR) & ((0x7UL << (12U))))); 2250 2250 } 2251 # 1813 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2251 # 1813 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2252 2252 static inline uint32_t LL_RCC_GetHSIDiv(void) 2253 2253 { 2254 2254 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR) & ((0x7UL << (11U))))); 2255 2255 } 2256 # 1854 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2256 # 1854 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2257 2257 static inline void LL_RCC_ConfigMCO(uint32_t MCOxSource, uint32_t MCOxPrescaler) 2258 2258 { 2259 2259 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CFGR))) & (~((0x7UL << (24U)) | (0x7UL << (28U))))) | (MCOxSource | MCOxPrescaler)))); 2260 2260 } 2261 # 1935 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2261 # 1935 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2262 2262 static inline void LL_RCC_SetUSARTClockSource(uint32_t USARTxSource) 2263 2263 { 2264 2264 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((USARTxSource >> 16U)))) | ((USARTxSource & 0x0000FFFFU))))); 2265 2265 } 2266 # 1976 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2266 # 1976 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2267 2267 static inline void LL_RCC_SetI2CClockSource(uint32_t I2CxSource) 2268 2268 { 2269 2269 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((I2CxSource >> 16U)))) | ((I2CxSource & 0x0000FFFFU))))); 2270 2270 } 2271 # 2113 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2271 # 2113 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2272 2272 static inline void LL_RCC_SetADCClockSource(uint32_t ADCxSource) 2273 2273 { 2274 2274 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((0x3UL << (30U))))) | (ADCxSource)))); 2275 2275 } 2276 # 2149 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2276 # 2149 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2277 2277 static inline void LL_RCC_SetI2SClockSource(uint32_t I2SxSource) 2278 2278 { 2279 2279 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((0x3UL << (14U))))) | (I2SxSource)))); 2280 2280 } 2281 # 2177 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2281 # 2177 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2282 2282 static inline uint32_t LL_RCC_GetUSARTClockSource(uint32_t USARTx) 2283 2283 { 2284 2284 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & (USARTx)) | (USARTx << 16U)); 2285 2285 } 2286 # 2222 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2286 # 2222 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2287 2287 static inline uint32_t LL_RCC_GetI2CClockSource(uint32_t I2Cx) 2288 2288 { 2289 2289 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & (I2Cx)) | (I2Cx << 16U)); 2290 2290 } 2291 # 2364 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2291 # 2364 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2292 2292 static inline uint32_t LL_RCC_GetADCClockSource(uint32_t ADCx) 2293 2293 { 2294 2294 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & (ADCx))); 2295 2295 } 2296 # 2403 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2296 # 2403 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2297 2297 static inline uint32_t LL_RCC_GetI2SClockSource(uint32_t I2Sx) 2298 2298 { 2299 2299 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & (I2Sx))); 2300 2300 } 2301 # 2429 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2301 # 2429 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2302 2302 static inline void LL_RCC_SetRTCClockSource(uint32_t Source) 2303 2303 { 2304 2304 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR))) & (~((0x3UL << (8U))))) | (Source)))); 2305 2305 } 2306 # 2443 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2306 # 2443 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2307 2307 static inline uint32_t LL_RCC_GetRTCClockSource(void) 2308 2308 { … … 2359 2359 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) &= ~((0x1UL << (16U)))); 2360 2360 } 2361 # 2512 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2361 # 2512 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2362 2362 static inline void LL_RCC_PLL_Enable(void) 2363 2363 { … … 2385 2385 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CR) & ((0x1UL << (25U)))) == ((0x1UL << (25U)))) ? 1UL : 0UL); 2386 2386 } 2387 # 2570 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2387 # 2570 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2388 2388 static inline void LL_RCC_PLL_ConfigDomain_SYS(uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLR) 2389 2389 { … … 2391 2391 2392 2392 } 2393 # 2635 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2393 # 2635 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2394 2394 static inline void LL_RCC_PLL_ConfigDomain_ADC(uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLP) 2395 2395 { … … 2397 2397 2398 2398 } 2399 # 2700 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2399 # 2700 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2400 2400 static inline void LL_RCC_PLL_ConfigDomain_I2S1(uint32_t Source, uint32_t PLLM, uint32_t PLLN, uint32_t PLLP) 2401 2401 { … … 2403 2403 2404 2404 } 2405 # 2993 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2405 # 2993 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2406 2406 static inline uint32_t LL_RCC_PLL_GetN(void) 2407 2407 { 2408 2408 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x7FUL << (8U)))) >> (8U)); 2409 2409 } 2410 # 3035 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2410 # 3035 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2411 2411 static inline uint32_t LL_RCC_PLL_GetP(void) 2412 2412 { 2413 2413 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x1FUL << (17U))))); 2414 2414 } 2415 # 3073 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2415 # 3073 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2416 2416 static inline uint32_t LL_RCC_PLL_GetR(void) 2417 2417 { 2418 2418 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x7UL << (29U))))); 2419 2419 } 2420 # 3086 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2420 # 3086 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2421 2421 static inline void LL_RCC_PLL_SetMainSource(uint32_t PLLSource) 2422 2422 { 2423 2423 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR))) & (~((0x3UL << (0U))))) | (PLLSource)))); 2424 2424 } 2425 # 3099 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2425 # 3099 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2426 2426 static inline uint32_t LL_RCC_PLL_GetMainSource(void) 2427 2427 { 2428 2428 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x3UL << (0U))))); 2429 2429 } 2430 # 3117 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2430 # 3117 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2431 2431 static inline uint32_t LL_RCC_PLL_GetDivider(void) 2432 2432 { 2433 2433 return (uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x7UL << (4U))))); 2434 2434 } 2435 # 3129 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2435 # 3129 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2436 2436 static inline void LL_RCC_PLL_EnableDomain_ADC(void) 2437 2437 { 2438 2438 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) |= ((0x1UL << (16U)))); 2439 2439 } 2440 # 3144 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2440 # 3144 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2441 2441 static inline void LL_RCC_PLL_DisableDomain_ADC(void) 2442 2442 { … … 2453 2453 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x1UL << (16U)))) == ((0x1UL << (16U)))) ? 1UL : 0UL); 2454 2454 } 2455 # 3166 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2455 # 3166 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2456 2456 static inline void LL_RCC_PLL_EnableDomain_I2S1(void) 2457 2457 { 2458 2458 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) |= ((0x1UL << (16U)))); 2459 2459 } 2460 # 3195 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2460 # 3195 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2461 2461 static inline void LL_RCC_PLL_DisableDomain_I2S1(void) 2462 2462 { … … 2473 2473 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x1UL << (16U)))) == ((0x1UL << (16U)))) ? 1UL : 0UL); 2474 2474 } 2475 # 3437 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2475 # 3437 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2476 2476 static inline void LL_RCC_PLL_EnableDomain_SYS(void) 2477 2477 { 2478 2478 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) |= ((0x1UL << (28U)))); 2479 2479 } 2480 # 3450 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2480 # 3450 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2481 2481 static inline void LL_RCC_PLL_DisableDomain_SYS(void) 2482 2482 { … … 2493 2493 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->PLLCFGR) & ((0x1UL << (28U)))) == ((0x1UL << (28U)))) ? 1UL : 0UL); 2494 2494 } 2495 # 3480 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2495 # 3480 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2496 2496 static inline void LL_RCC_ClearFlag_LSIRDY(void) 2497 2497 { … … 2538 2538 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CICR) |= ((0x1UL << (5U)))); 2539 2539 } 2540 # 3541 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2540 # 3541 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2541 2541 static inline void LL_RCC_ClearFlag_HSECSS(void) 2542 2542 { … … 2603 2603 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CIFR) & ((0x1UL << (5U)))) == ((0x1UL << (5U)))) ? 1UL : 0UL); 2604 2604 } 2605 # 3623 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2605 # 3623 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2606 2606 static inline uint32_t LL_RCC_IsActiveFlag_HSECSS(void) 2607 2607 { … … 2698 2698 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CSR) |= ((0x1UL << (23U)))); 2699 2699 } 2700 # 3731 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2700 # 3731 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2701 2701 static inline void LL_RCC_EnableIT_LSIRDY(void) 2702 2702 { … … 2743 2743 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CIER) |= ((0x1UL << (5U)))); 2744 2744 } 2745 # 3793 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2745 # 3793 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2746 2746 static inline void LL_RCC_DisableIT_LSIRDY(void) 2747 2747 { … … 2788 2788 ((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CIER) &= ~((0x1UL << (5U)))); 2789 2789 } 2790 # 3855 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2790 # 3855 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2791 2791 static inline uint32_t LL_RCC_IsEnabledIT_LSIRDY(void) 2792 2792 { … … 2813 2813 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CIER) & ((0x1UL << (3U)))) == ((0x1UL << (3U)))) ? 1UL : 0UL); 2814 2814 } 2815 # 3897 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h"2815 # 3897 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_rcc.h" 2816 2816 static inline uint32_t LL_RCC_IsEnabledIT_HSERDY(void) 2817 2817 { … … 2828 2828 return ((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CIER) & ((0x1UL << (5U)))) == ((0x1UL << (5U)))) ? 1UL : 0UL); 2829 2829 } 2830 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 22831 # 265 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2830 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2 2831 # 265 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2832 2832 typedef struct 2833 2833 { … … 2845 2845 2846 2846 uint32_t PLLP; 2847 # 289 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2847 # 289 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2848 2848 uint32_t PLLR; 2849 2849 … … 2876 2876 2877 2877 uint32_t LSIState; 2878 # 327 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2878 # 327 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2879 2879 RCC_PLLInitTypeDef PLL; 2880 2880 … … 2900 2900 2901 2901 } RCC_ClkInitTypeDef; 2902 # 3106 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2903 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 12904 # 46 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2902 # 3106 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2903 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 1 2904 # 46 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2905 2905 typedef struct 2906 2906 { … … 2912 2912 2913 2913 uint32_t Usart2ClockSelection; 2914 # 73 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2914 # 73 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2915 2915 uint32_t I2c1ClockSelection; 2916 2916 … … 2922 2922 2923 2923 uint32_t I2s1ClockSelection; 2924 # 99 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2924 # 99 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2925 2925 uint32_t AdcClockSelection; 2926 # 113 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2926 # 113 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2927 2927 uint32_t RTCClockSelection; 2928 # 123 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2928 # 123 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2929 2929 } RCC_PeriphCLKInitTypeDef; 2930 # 1193 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2930 # 1193 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2931 2931 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(RCC_PeriphCLKInitTypeDef *PeriphClkInit); 2932 2932 void HAL_RCCEx_GetPeriphCLKConfig(RCC_PeriphCLKInitTypeDef *PeriphClkInit); 2933 2933 uint32_t HAL_RCCEx_GetPeriphCLKFreq(uint32_t PeriphClk); 2934 # 1205 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h"2934 # 1205 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc_ex.h" 2935 2935 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource); 2936 2936 void HAL_RCCEx_DisableLSCO(void); 2937 # 3107 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 22938 # 3119 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2937 # 3107 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2 2938 # 3119 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2939 2939 HAL_StatusTypeDef HAL_RCC_DeInit(void); 2940 2940 HAL_StatusTypeDef HAL_RCC_OscConfig(RCC_OscInitTypeDef *RCC_OscInitStruct); 2941 2941 HAL_StatusTypeDef HAL_RCC_ClockConfig(RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t FLatency); 2942 # 3132 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h"2942 # 3132 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rcc.h" 2943 2943 void HAL_RCC_MCOConfig(uint32_t RCC_MCOx, uint32_t RCC_MCOSource, uint32_t RCC_MCODiv); 2944 2944 void HAL_RCC_EnableCSS(void); … … 2956 2956 void HAL_RCC_CSSCallback(void); 2957 2957 void HAL_RCC_LSECSSCallback(void); 2958 # 196 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 22959 2960 2961 2962 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 12963 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h"2958 # 196 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 2959 2960 2961 2962 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 1 2963 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 2964 2964 typedef struct 2965 2965 { … … 2988 2988 GPIO_PIN_SET 2989 2989 } GPIO_PinState; 2990 # 306 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h"2991 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio_ex.h" 12992 # 307 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 22993 # 320 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h"2990 # 306 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 2991 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio_ex.h" 1 2992 # 307 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 2 2993 # 320 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 2994 2994 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init); 2995 2995 void HAL_GPIO_DeInit(GPIO_TypeDef *GPIOx, uint32_t GPIO_Pin); 2996 # 333 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h"2996 # 333 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_gpio.h" 2997 2997 GPIO_PinState HAL_GPIO_ReadPin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin); 2998 2998 void HAL_GPIO_WritePin(GPIO_TypeDef *GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState); … … 3002 3002 void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin); 3003 3003 void HAL_GPIO_EXTI_Falling_Callback(uint16_t GPIO_Pin); 3004 # 200 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 23005 3006 3007 3008 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 13009 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"3010 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 13011 # 29 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3012 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 13013 # 524 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3004 # 200 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 3005 3006 3007 3008 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 1 3009 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 3010 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 1 3011 # 29 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3012 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 1 3013 # 524 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3014 3014 static inline void LL_DMAMUX_SetRequestID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t Request) 3015 3015 { … … 3017 3017 ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR)) = (((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR))) & (~((0x3FUL << (0U))))) | (Request)))); 3018 3018 } 3019 # 615 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3019 # 615 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3020 3020 static inline uint32_t LL_DMAMUX_GetRequestID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3021 3021 { … … 3023 3023 return (uint32_t)((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x3FUL << (0U))))); 3024 3024 } 3025 # 645 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3025 # 645 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3026 3026 static inline void LL_DMAMUX_SetSyncRequestNb(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t RequestNb) 3027 3027 { … … 3029 3029 ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR)) = (((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR))) & (~((0x1FUL << (19U))))) | (((RequestNb - 1U) << (19U)))))); 3030 3030 } 3031 # 674 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3031 # 674 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3032 3032 static inline uint32_t LL_DMAMUX_GetSyncRequestNb(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3033 3033 { … … 3035 3035 return (uint32_t)((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x1FUL << (19U))))) >> (19U)) + 1U); 3036 3036 } 3037 # 708 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3037 # 708 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3038 3038 static inline void LL_DMAMUX_SetSyncPolarity(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t Polarity) 3039 3039 { … … 3041 3041 ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR)) = (((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR))) & (~((0x3UL << (17U))))) | (Polarity)))); 3042 3042 } 3043 # 741 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3043 # 741 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3044 3044 static inline uint32_t LL_DMAMUX_GetSyncPolarity(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3045 3045 { … … 3047 3047 return (uint32_t)((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x3UL << (17U))))); 3048 3048 } 3049 # 770 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3049 # 770 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3050 3050 static inline void LL_DMAMUX_EnableEventGeneration(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3051 3051 { … … 3053 3053 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) |= ((0x1UL << (9U)))); 3054 3054 } 3055 # 799 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3055 # 799 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3056 3056 static inline void LL_DMAMUX_DisableEventGeneration(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3057 3057 { … … 3059 3059 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) &= ~((0x1UL << (9U)))); 3060 3060 } 3061 # 828 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3061 # 828 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3062 3062 static inline uint32_t LL_DMAMUX_IsEnabledEventGeneration(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3063 3063 { … … 3065 3065 return (((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x1UL << (9U)))) == ((0x1UL << (9U)))) ? 1UL : 0UL); 3066 3066 } 3067 # 857 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3067 # 857 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3068 3068 static inline void LL_DMAMUX_EnableSync(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3069 3069 { … … 3071 3071 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) |= ((0x1UL << (16U)))); 3072 3072 } 3073 # 886 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3073 # 886 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3074 3074 static inline void LL_DMAMUX_DisableSync(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3075 3075 { … … 3077 3077 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) &= ~((0x1UL << (16U)))); 3078 3078 } 3079 # 915 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3079 # 915 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3080 3080 static inline uint32_t LL_DMAMUX_IsEnabledSync(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3081 3081 { … … 3083 3083 return (((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x1UL << (16U)))) == ((0x1UL << (16U)))) ? 1UL : 0UL); 3084 3084 } 3085 # 968 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3085 # 968 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3086 3086 static inline void LL_DMAMUX_SetSyncID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel, uint32_t SyncID) 3087 3087 { … … 3089 3089 ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR)) = (((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR))) & (~((0x1FUL << (24U))))) | (SyncID)))); 3090 3090 } 3091 # 1020 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3091 # 1020 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3092 3092 static inline uint32_t LL_DMAMUX_GetSyncID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3093 3093 { … … 3095 3095 return (uint32_t)((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x1FUL << (24U))))); 3096 3096 } 3097 # 1037 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3097 # 1037 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3098 3098 static inline void LL_DMAMUX_EnableRequestGen(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3099 3099 { … … 3102 3102 3103 3103 } 3104 # 1055 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3104 # 1055 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3105 3105 static inline void LL_DMAMUX_DisableRequestGen(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3106 3106 { … … 3109 3109 3110 3110 } 3111 # 1073 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3111 # 1073 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3112 3112 static inline uint32_t LL_DMAMUX_IsEnabledRequestGen(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3113 3113 { … … 3116 3116 3117 3117 } 3118 # 1096 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3118 # 1096 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3119 3119 static inline void LL_DMAMUX_SetRequestGenPolarity(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel, 3120 3120 uint32_t Polarity) … … 3124 3124 3125 3125 } 3126 # 1119 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3126 # 1119 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3127 3127 static inline uint32_t LL_DMAMUX_GetRequestGenPolarity(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3128 3128 { … … 3131 3131 3132 3132 } 3133 # 1139 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3133 # 1139 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3134 3134 static inline void LL_DMAMUX_SetGenRequestNb(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel, 3135 3135 uint32_t RequestNb) … … 3139 3139 3140 3140 } 3141 # 1158 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3141 # 1158 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3142 3142 static inline uint32_t LL_DMAMUX_GetGenRequestNb(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3143 3143 { … … 3146 3146 3147 3147 } 3148 # 1200 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3148 # 1200 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3149 3149 static inline void LL_DMAMUX_SetRequestSignalID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel, 3150 3150 uint32_t RequestSignalID) … … 3154 3154 3155 3155 } 3156 # 1242 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3156 # 1242 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3157 3157 static inline uint32_t LL_DMAMUX_GetRequestSignalID(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3158 3158 { … … 3161 3161 3162 3162 } 3163 # 1263 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3163 # 1263 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3164 3164 static inline uint32_t LL_DMAMUX_IsActiveFlag_SO0(const DMAMUX_Channel_TypeDef *DMAMUXx) 3165 3165 { … … 3215 3215 return ((((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CSR) & ((0x1UL << (4U)))) == ((0x1UL << (4U)))) ? 1UL : 0UL); 3216 3216 } 3217 # 1324 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3217 # 1324 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3218 3218 static inline uint32_t LL_DMAMUX_IsActiveFlag_SO5(const DMAMUX_Channel_TypeDef *DMAMUXx) 3219 3219 { … … 3221 3221 return ((((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CSR) & ((0x1UL << (5U)))) == ((0x1UL << (5U)))) ? 1UL : 0UL); 3222 3222 } 3223 # 1338 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3223 # 1338 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3224 3224 static inline uint32_t LL_DMAMUX_IsActiveFlag_SO6(const DMAMUX_Channel_TypeDef *DMAMUXx) 3225 3225 { … … 3227 3227 return ((((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CSR) & ((0x1UL << (6U)))) == ((0x1UL << (6U)))) ? 1UL : 0UL); 3228 3228 } 3229 # 1421 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3229 # 1421 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3230 3230 static inline uint32_t LL_DMAMUX_IsActiveFlag_RGO0(const DMAMUX_Channel_TypeDef *DMAMUXx) 3231 3231 { … … 3329 3329 ((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CFR) |= ((0x1UL << (4U)))); 3330 3330 } 3331 # 1530 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3331 # 1530 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3332 3332 static inline void LL_DMAMUX_ClearFlag_SO5(const DMAMUX_Channel_TypeDef *DMAMUXx) 3333 3333 { … … 3335 3335 ((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CFR) |= ((0x1UL << (5U)))); 3336 3336 } 3337 # 1544 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3337 # 1544 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3338 3338 static inline void LL_DMAMUX_ClearFlag_SO6(const DMAMUX_Channel_TypeDef *DMAMUXx) 3339 3339 { … … 3341 3341 ((((DMAMUX_ChannelStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000080UL))->CFR) |= ((0x1UL << (6U)))); 3342 3342 } 3343 # 1627 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3343 # 1627 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3344 3344 static inline void LL_DMAMUX_ClearFlag_RGO0(const DMAMUX_Channel_TypeDef *DMAMUXx) 3345 3345 { … … 3383 3383 ((((DMAMUX_RequestGenStatus_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000140UL))->RGCFR) |= ((0x1UL << (3U)))); 3384 3384 } 3385 # 1700 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3385 # 1700 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3386 3386 static inline void LL_DMAMUX_EnableIT_SO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3387 3387 { … … 3389 3389 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) |= ((0x1UL << (8U)))); 3390 3390 } 3391 # 1729 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3391 # 1729 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3392 3392 static inline void LL_DMAMUX_DisableIT_SO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3393 3393 { … … 3395 3395 (((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) &= ~((0x1UL << (8U)))); 3396 3396 } 3397 # 1758 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3397 # 1758 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3398 3398 static inline uint32_t LL_DMAMUX_IsEnabledIT_SO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) 3399 3399 { … … 3401 3401 return ((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel)->CCR) & ((0x1UL << (8U))))) == ((0x1UL << (8U)))) ? 1UL : 0UL); 3402 3402 } 3403 # 1775 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3403 # 1775 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3404 3404 static inline void LL_DMAMUX_EnableIT_RGO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3405 3405 { … … 3407 3407 (((((DMAMUX_RequestGen_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000100UL)) + RequestGenChannel)->RGCR) |= ((0x1UL << (8U)))); 3408 3408 } 3409 # 1792 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3409 # 1792 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3410 3410 static inline void LL_DMAMUX_DisableIT_RGO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3411 3411 { … … 3413 3413 (((((DMAMUX_RequestGen_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000100UL)) + RequestGenChannel)->RGCR) &= ~((0x1UL << (8U)))); 3414 3414 } 3415 # 1809 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h"3415 # 1809 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dmamux.h" 3416 3416 static inline uint32_t LL_DMAMUX_IsEnabledIT_RGO(const DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) 3417 3417 { … … 3419 3419 return (((((((DMAMUX_RequestGen_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL) + 0x00000100UL)) + RequestGenChannel)->RGCR) & ((0x1UL << (8U)))) == ((0x1UL << (8U)))) ? 1UL : 0UL); 3420 3420 } 3421 # 30 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 23422 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3421 # 30 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 2 3422 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3423 3423 static const uint8_t CHANNEL_OFFSET_TAB[] = 3424 3424 { … … 3435 3435 3436 3436 }; 3437 # 500 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3437 # 500 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3438 3438 static inline void LL_DMA_EnableChannel(const DMA_TypeDef *DMAx, uint32_t Channel) 3439 3439 { … … 3441 3441 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) |= ((0x1UL << (0U)))); 3442 3442 } 3443 # 520 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3443 # 520 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3444 3444 static inline void LL_DMA_DisableChannel(const DMA_TypeDef *DMAx, uint32_t Channel) 3445 3445 { … … 3447 3447 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) &= ~((0x1UL << (0U)))); 3448 3448 } 3449 # 540 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3449 # 540 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3450 3450 static inline uint32_t LL_DMA_IsEnabledChannel(const DMA_TypeDef *DMAx, uint32_t Channel) 3451 3451 { … … 3454 3454 3455 3455 } 3456 # 576 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3456 # 576 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3457 3457 static inline void LL_DMA_ConfigTransfer(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Configuration) 3458 3458 { … … 3462 3462 3463 3463 } 3464 # 603 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3464 # 603 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3465 3465 static inline void LL_DMA_SetDataTransferDirection(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Direction) 3466 3466 { … … 3469 3469 3470 3470 } 3471 # 628 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3471 # 628 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3472 3472 static inline uint32_t LL_DMA_GetDataTransferDirection(const DMA_TypeDef *DMAx, uint32_t Channel) 3473 3473 { … … 3476 3476 3477 3477 } 3478 # 654 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3478 # 654 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3479 3479 static inline void LL_DMA_SetMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Mode) 3480 3480 { … … 3483 3483 3484 3484 } 3485 # 677 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3485 # 677 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3486 3486 static inline uint32_t LL_DMA_GetMode(const DMA_TypeDef *DMAx, uint32_t Channel) 3487 3487 { … … 3490 3490 3491 3491 } 3492 # 701 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3492 # 701 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3493 3493 static inline void LL_DMA_SetPeriphIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t PeriphOrM2MSrcIncMode) 3494 3494 { … … 3497 3497 3498 3498 } 3499 # 724 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3499 # 724 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3500 3500 static inline uint32_t LL_DMA_GetPeriphIncMode(const DMA_TypeDef *DMAx, uint32_t Channel) 3501 3501 { … … 3504 3504 3505 3505 } 3506 # 748 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3506 # 748 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3507 3507 static inline void LL_DMA_SetMemoryIncMode(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryOrM2MDstIncMode) 3508 3508 { … … 3511 3511 3512 3512 } 3513 # 771 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3513 # 771 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3514 3514 static inline uint32_t LL_DMA_GetMemoryIncMode(const DMA_TypeDef *DMAx, uint32_t Channel) 3515 3515 { … … 3518 3518 3519 3519 } 3520 # 796 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3520 # 796 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3521 3521 static inline void LL_DMA_SetPeriphSize(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t PeriphOrM2MSrcDataSize) 3522 3522 { … … 3525 3525 3526 3526 } 3527 # 820 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3527 # 820 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3528 3528 static inline uint32_t LL_DMA_GetPeriphSize(const DMA_TypeDef *DMAx, uint32_t Channel) 3529 3529 { … … 3532 3532 3533 3533 } 3534 # 845 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3534 # 845 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3535 3535 static inline void LL_DMA_SetMemorySize(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryOrM2MDstDataSize) 3536 3536 { … … 3539 3539 3540 3540 } 3541 # 869 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3541 # 869 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3542 3542 static inline uint32_t LL_DMA_GetMemorySize(const DMA_TypeDef *DMAx, uint32_t Channel) 3543 3543 { … … 3546 3546 3547 3547 } 3548 # 895 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3548 # 895 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3549 3549 static inline void LL_DMA_SetChannelPriorityLevel(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Priority) 3550 3550 { … … 3553 3553 3554 3554 } 3555 # 920 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3555 # 920 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3556 3556 static inline uint32_t LL_DMA_GetChannelPriorityLevel(const DMA_TypeDef *DMAx, uint32_t Channel) 3557 3557 { … … 3560 3560 3561 3561 } 3562 # 944 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3562 # 944 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3563 3563 static inline void LL_DMA_SetDataLength(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t NbData) 3564 3564 { … … 3567 3567 3568 3568 } 3569 # 967 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3569 # 967 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3570 3570 static inline uint32_t LL_DMA_GetDataLength(const DMA_TypeDef *DMAx, uint32_t Channel) 3571 3571 { … … 3574 3574 3575 3575 } 3576 # 997 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3576 # 997 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3577 3577 static inline void LL_DMA_ConfigAddresses(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t SrcAddress, 3578 3578 uint32_t DstAddress, uint32_t Direction) … … 3592 3592 } 3593 3593 } 3594 # 1032 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3594 # 1032 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3595 3595 static inline void LL_DMA_SetMemoryAddress(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) 3596 3596 { … … 3598 3598 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR) = (MemoryAddress)); 3599 3599 } 3600 # 1055 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3600 # 1055 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3601 3601 static inline void LL_DMA_SetPeriphAddress(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t PeriphAddress) 3602 3602 { … … 3604 3604 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CPAR) = (PeriphAddress)); 3605 3605 } 3606 # 1076 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3606 # 1076 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3607 3607 static inline uint32_t LL_DMA_GetMemoryAddress(const DMA_TypeDef *DMAx, uint32_t Channel) 3608 3608 { … … 3610 3610 return (((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR))); 3611 3611 } 3612 # 1097 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3612 # 1097 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3613 3613 static inline uint32_t LL_DMA_GetPeriphAddress(const DMA_TypeDef *DMAx, uint32_t Channel) 3614 3614 { … … 3616 3616 return (((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CPAR))); 3617 3617 } 3618 # 1120 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3618 # 1120 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3619 3619 static inline void LL_DMA_SetM2MSrcAddress(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) 3620 3620 { … … 3622 3622 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CPAR) = (MemoryAddress)); 3623 3623 } 3624 # 1143 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3624 # 1143 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3625 3625 static inline void LL_DMA_SetM2MDstAddress(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t MemoryAddress) 3626 3626 { … … 3628 3628 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR) = (MemoryAddress)); 3629 3629 } 3630 # 1164 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3630 # 1164 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3631 3631 static inline uint32_t LL_DMA_GetM2MSrcAddress(const DMA_TypeDef *DMAx, uint32_t Channel) 3632 3632 { … … 3634 3634 return (((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CPAR))); 3635 3635 } 3636 # 1185 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3636 # 1185 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3637 3637 static inline uint32_t LL_DMA_GetM2MDstAddress(const DMA_TypeDef *DMAx, uint32_t Channel) 3638 3638 { … … 3640 3640 return (((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CMAR))); 3641 3641 } 3642 # 1270 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3642 # 1270 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3643 3643 static inline void LL_DMA_SetPeriphRequest(const DMA_TypeDef *DMAx, uint32_t Channel, uint32_t Request) 3644 3644 { … … 3646 3646 ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel + dmamux_ccr_offset)->CCR)) = (((((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel + dmamux_ccr_offset)->CCR))) & (~((0x3FUL << (0U))))) | (Request)))); 3647 3647 } 3648 # 1354 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3648 # 1354 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3649 3649 static inline uint32_t LL_DMA_GetPeriphRequest(const DMA_TypeDef *DMAx, uint32_t Channel) 3650 3650 { … … 3652 3652 return ((((((DMAMUX_Channel_TypeDef *) ((((0x40000000UL) + 0x00020000UL) + 0x00000800UL))) + Channel + dmamux_ccr_offset)->CCR) & ((0x3FUL << (0U))))); 3653 3653 } 3654 # 1374 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3654 # 1374 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3655 3655 static inline uint32_t LL_DMA_IsActiveFlag_GI1(const DMA_TypeDef *DMAx) 3656 3656 { … … 3701 3701 return ((((DMAx->ISR) & ((0x1UL << (16U)))) == ((0x1UL << (16U)))) ? 1UL : 0UL); 3702 3702 } 3703 # 1430 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3703 # 1430 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3704 3704 static inline uint32_t LL_DMA_IsActiveFlag_GI6(const DMA_TypeDef *DMAx) 3705 3705 { 3706 3706 return ((((DMAx->ISR) & ((0x1UL << (20U)))) == ((0x1UL << (20U)))) ? 1UL : 0UL); 3707 3707 } 3708 # 1443 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3708 # 1443 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3709 3709 static inline uint32_t LL_DMA_IsActiveFlag_GI7(const DMA_TypeDef *DMAx) 3710 3710 { 3711 3711 return ((((DMAx->ISR) & ((0x1UL << (24U)))) == ((0x1UL << (24U)))) ? 1UL : 0UL); 3712 3712 } 3713 # 1455 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3713 # 1455 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3714 3714 static inline uint32_t LL_DMA_IsActiveFlag_TC1(const DMA_TypeDef *DMAx) 3715 3715 { … … 3760 3760 return ((((DMAx->ISR) & ((0x1UL << (17U)))) == ((0x1UL << (17U)))) ? 1UL : 0UL); 3761 3761 } 3762 # 1511 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3762 # 1511 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3763 3763 static inline uint32_t LL_DMA_IsActiveFlag_TC6(const DMA_TypeDef *DMAx) 3764 3764 { 3765 3765 return ((((DMAx->ISR) & ((0x1UL << (21U)))) == ((0x1UL << (21U)))) ? 1UL : 0UL); 3766 3766 } 3767 # 1524 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3767 # 1524 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3768 3768 static inline uint32_t LL_DMA_IsActiveFlag_TC7(const DMA_TypeDef *DMAx) 3769 3769 { 3770 3770 return ((((DMAx->ISR) & ((0x1UL << (25U)))) == ((0x1UL << (25U)))) ? 1UL : 0UL); 3771 3771 } 3772 # 1536 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3772 # 1536 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3773 3773 static inline uint32_t LL_DMA_IsActiveFlag_HT1(const DMA_TypeDef *DMAx) 3774 3774 { … … 3819 3819 return ((((DMAx->ISR) & ((0x1UL << (18U)))) == ((0x1UL << (18U)))) ? 1UL : 0UL); 3820 3820 } 3821 # 1592 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3821 # 1592 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3822 3822 static inline uint32_t LL_DMA_IsActiveFlag_HT6(const DMA_TypeDef *DMAx) 3823 3823 { 3824 3824 return ((((DMAx->ISR) & ((0x1UL << (22U)))) == ((0x1UL << (22U)))) ? 1UL : 0UL); 3825 3825 } 3826 # 1605 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3826 # 1605 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3827 3827 static inline uint32_t LL_DMA_IsActiveFlag_HT7(const DMA_TypeDef *DMAx) 3828 3828 { 3829 3829 return ((((DMAx->ISR) & ((0x1UL << (26U)))) == ((0x1UL << (26U)))) ? 1UL : 0UL); 3830 3830 } 3831 # 1617 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3831 # 1617 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3832 3832 static inline uint32_t LL_DMA_IsActiveFlag_TE1(const DMA_TypeDef *DMAx) 3833 3833 { … … 3878 3878 return ((((DMAx->ISR) & ((0x1UL << (19U)))) == ((0x1UL << (19U)))) ? 1UL : 0UL); 3879 3879 } 3880 # 1673 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3880 # 1673 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3881 3881 static inline uint32_t LL_DMA_IsActiveFlag_TE6(const DMA_TypeDef *DMAx) 3882 3882 { 3883 3883 return ((((DMAx->ISR) & ((0x1UL << (23U)))) == ((0x1UL << (23U)))) ? 1UL : 0UL); 3884 3884 } 3885 # 1686 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3885 # 1686 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3886 3886 static inline uint32_t LL_DMA_IsActiveFlag_TE7(const DMA_TypeDef *DMAx) 3887 3887 { 3888 3888 return ((((DMAx->ISR) & ((0x1UL << (27U)))) == ((0x1UL << (27U)))) ? 1UL : 0UL); 3889 3889 } 3890 # 1702 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3890 # 1702 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3891 3891 static inline void LL_DMA_ClearFlag_GI1(DMA_TypeDef *DMAx) 3892 3892 { 3893 3893 ((DMAx->IFCR) = ((0x1UL << (0U)))); 3894 3894 } 3895 # 1717 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3895 # 1717 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3896 3896 static inline void LL_DMA_ClearFlag_GI2(DMA_TypeDef *DMAx) 3897 3897 { 3898 3898 ((DMAx->IFCR) = ((0x1UL << (4U)))); 3899 3899 } 3900 # 1732 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3900 # 1732 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3901 3901 static inline void LL_DMA_ClearFlag_GI3(DMA_TypeDef *DMAx) 3902 3902 { 3903 3903 ((DMAx->IFCR) = ((0x1UL << (8U)))); 3904 3904 } 3905 # 1747 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3905 # 1747 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3906 3906 static inline void LL_DMA_ClearFlag_GI4(DMA_TypeDef *DMAx) 3907 3907 { 3908 3908 ((DMAx->IFCR) = ((0x1UL << (12U)))); 3909 3909 } 3910 # 1762 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3910 # 1762 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3911 3911 static inline void LL_DMA_ClearFlag_GI5(DMA_TypeDef *DMAx) 3912 3912 { 3913 3913 ((DMAx->IFCR) = ((0x1UL << (16U)))); 3914 3914 } 3915 # 1778 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3915 # 1778 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3916 3916 static inline void LL_DMA_ClearFlag_GI6(DMA_TypeDef *DMAx) 3917 3917 { 3918 3918 ((DMAx->IFCR) = ((0x1UL << (20U)))); 3919 3919 } 3920 # 1795 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3920 # 1795 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3921 3921 static inline void LL_DMA_ClearFlag_GI7(DMA_TypeDef *DMAx) 3922 3922 { 3923 3923 ((DMAx->IFCR) = ((0x1UL << (24U)))); 3924 3924 } 3925 # 1807 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3925 # 1807 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3926 3926 static inline void LL_DMA_ClearFlag_TC1(DMA_TypeDef *DMAx) 3927 3927 { … … 3972 3972 ((DMAx->IFCR) = ((0x1UL << (17U)))); 3973 3973 } 3974 # 1863 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3974 # 1863 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3975 3975 static inline void LL_DMA_ClearFlag_TC6(DMA_TypeDef *DMAx) 3976 3976 { 3977 3977 ((DMAx->IFCR) = ((0x1UL << (21U)))); 3978 3978 } 3979 # 1876 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3979 # 1876 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3980 3980 static inline void LL_DMA_ClearFlag_TC7(DMA_TypeDef *DMAx) 3981 3981 { 3982 3982 ((DMAx->IFCR) = ((0x1UL << (25U)))); 3983 3983 } 3984 # 1888 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"3984 # 1888 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 3985 3985 static inline void LL_DMA_ClearFlag_HT1(DMA_TypeDef *DMAx) 3986 3986 { … … 4031 4031 ((DMAx->IFCR) = ((0x1UL << (18U)))); 4032 4032 } 4033 # 1944 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4033 # 1944 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4034 4034 static inline void LL_DMA_ClearFlag_HT6(DMA_TypeDef *DMAx) 4035 4035 { 4036 4036 ((DMAx->IFCR) = ((0x1UL << (22U)))); 4037 4037 } 4038 # 1957 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4038 # 1957 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4039 4039 static inline void LL_DMA_ClearFlag_HT7(DMA_TypeDef *DMAx) 4040 4040 { 4041 4041 ((DMAx->IFCR) = ((0x1UL << (26U)))); 4042 4042 } 4043 # 1969 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4043 # 1969 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4044 4044 static inline void LL_DMA_ClearFlag_TE1(DMA_TypeDef *DMAx) 4045 4045 { … … 4090 4090 ((DMAx->IFCR) = ((0x1UL << (19U)))); 4091 4091 } 4092 # 2025 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4092 # 2025 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4093 4093 static inline void LL_DMA_ClearFlag_TE6(DMA_TypeDef *DMAx) 4094 4094 { 4095 4095 ((DMAx->IFCR) = ((0x1UL << (23U)))); 4096 4096 } 4097 # 2038 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4097 # 2038 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4098 4098 static inline void LL_DMA_ClearFlag_TE7(DMA_TypeDef *DMAx) 4099 4099 { 4100 4100 ((DMAx->IFCR) = ((0x1UL << (27U)))); 4101 4101 } 4102 # 2065 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4102 # 2065 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4103 4103 static inline void LL_DMA_EnableIT_TC(const DMA_TypeDef *DMAx, uint32_t Channel) 4104 4104 { … … 4106 4106 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) |= ((0x1UL << (1U)))); 4107 4107 } 4108 # 2085 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4108 # 2085 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4109 4109 static inline void LL_DMA_EnableIT_HT(const DMA_TypeDef *DMAx, uint32_t Channel) 4110 4110 { … … 4112 4112 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) |= ((0x1UL << (2U)))); 4113 4113 } 4114 # 2105 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4114 # 2105 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4115 4115 static inline void LL_DMA_EnableIT_TE(const DMA_TypeDef *DMAx, uint32_t Channel) 4116 4116 { … … 4118 4118 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) |= ((0x1UL << (3U)))); 4119 4119 } 4120 # 2125 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4120 # 2125 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4121 4121 static inline void LL_DMA_DisableIT_TC(const DMA_TypeDef *DMAx, uint32_t Channel) 4122 4122 { … … 4124 4124 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) &= ~((0x1UL << (1U)))); 4125 4125 } 4126 # 2145 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4126 # 2145 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4127 4127 static inline void LL_DMA_DisableIT_HT(const DMA_TypeDef *DMAx, uint32_t Channel) 4128 4128 { … … 4130 4130 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) &= ~((0x1UL << (2U)))); 4131 4131 } 4132 # 2165 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4132 # 2165 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4133 4133 static inline void LL_DMA_DisableIT_TE(const DMA_TypeDef *DMAx, uint32_t Channel) 4134 4134 { … … 4136 4136 ((((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR) &= ~((0x1UL << (3U)))); 4137 4137 } 4138 # 2185 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4138 # 2185 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4139 4139 static inline uint32_t LL_DMA_IsEnabledIT_TC(const DMA_TypeDef *DMAx, uint32_t Channel) 4140 4140 { … … 4143 4143 4144 4144 } 4145 # 2206 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4145 # 2206 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4146 4146 static inline uint32_t LL_DMA_IsEnabledIT_HT(const DMA_TypeDef *DMAx, uint32_t Channel) 4147 4147 { … … 4150 4150 4151 4151 } 4152 # 2227 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h"4152 # 2227 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_dma.h" 4153 4153 static inline uint32_t LL_DMA_IsEnabledIT_TE(const DMA_TypeDef *DMAx, uint32_t Channel) 4154 4154 { … … 4157 4157 4158 4158 } 4159 # 30 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 24160 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"4159 # 30 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 2 4160 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 4161 4161 typedef struct 4162 4162 { … … 4265 4265 uint32_t DMAmuxRequestGenStatusMask; 4266 4266 } DMA_HandleTypeDef; 4267 # 698 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"4268 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h" 14269 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h"4267 # 698 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 4268 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h" 1 4269 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h" 4270 4270 typedef struct 4271 4271 { … … 4304 4304 4305 4305 } HAL_DMA_MuxRequestGeneratorConfigTypeDef; 4306 # 206 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h"4306 # 206 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma_ex.h" 4307 4307 HAL_StatusTypeDef HAL_DMAEx_ConfigMuxRequestGenerator(DMA_HandleTypeDef *hdma, 4308 4308 HAL_DMA_MuxRequestGeneratorConfigTypeDef *pRequestGeneratorConfig); … … 4316 4316 4317 4317 void HAL_DMAEx_MUX_IRQHandler(DMA_HandleTypeDef *hdma); 4318 # 699 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 24319 # 710 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"4318 # 699 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 2 4319 # 710 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 4320 4320 HAL_StatusTypeDef HAL_DMA_Init(DMA_HandleTypeDef *hdma); 4321 4321 HAL_StatusTypeDef HAL_DMA_DeInit(DMA_HandleTypeDef *hdma); 4322 # 720 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"4322 # 720 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 4323 4323 HAL_StatusTypeDef HAL_DMA_Start(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, uint32_t DataLength); 4324 4324 HAL_StatusTypeDef HAL_DMA_Start_IT(DMA_HandleTypeDef *hdma, uint32_t SrcAddress, uint32_t DstAddress, … … 4331 4331 HAL_StatusTypeDef HAL_DMA_RegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_CallbackIDTypeDef CallbackID, void (* pCallback)(DMA_HandleTypeDef *_hdma)); 4332 4332 HAL_StatusTypeDef HAL_DMA_UnRegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_CallbackIDTypeDef CallbackID); 4333 # 739 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h"4333 # 739 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_dma.h" 4334 4334 HAL_DMA_StateTypeDef HAL_DMA_GetState(DMA_HandleTypeDef *hdma); 4335 4335 uint32_t HAL_DMA_GetError(DMA_HandleTypeDef *hdma); 4336 # 204 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 24337 4338 4339 4340 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h" 14341 # 49 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h"4336 # 204 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 4337 4338 4339 4340 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h" 1 4341 # 49 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h" 4342 4342 typedef struct 4343 4343 { … … 4365 4365 4366 4366 } MPU_Region_InitTypeDef; 4367 # 250 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h"4367 # 250 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h" 4368 4368 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority); 4369 4369 void HAL_NVIC_EnableIRQ(IRQn_Type IRQn); … … 4371 4371 void HAL_NVIC_SystemReset(void); 4372 4372 uint32_t HAL_SYSTICK_Config(uint32_t TicksNumb); 4373 # 264 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h"4373 # 264 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_cortex.h" 4374 4374 uint32_t HAL_NVIC_GetPriority(IRQn_Type IRQn); 4375 4375 uint32_t HAL_NVIC_GetPendingIRQ(IRQn_Type IRQn); … … 4386 4386 void HAL_MPU_DisableRegion(uint32_t RegionNumber); 4387 4387 void HAL_MPU_ConfigRegion(MPU_Region_InitTypeDef *MPU_Init); 4388 # 208 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 24389 4390 4391 4392 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 14393 # 31 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"4394 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 14395 # 1953 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4388 # 208 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 4389 4390 4391 4392 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 1 4393 # 31 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 4394 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 1 4395 # 1953 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4396 4396 static inline uint32_t LL_ADC_DMA_GetRegAddr(const ADC_TypeDef *ADCx, uint32_t Register) 4397 4397 { … … 4402 4402 return (uint32_t) &(ADCx->DR); 4403 4403 } 4404 # 2002 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4404 # 2002 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4405 4405 static inline void LL_ADC_SetCommonClock(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonClock) 4406 4406 { 4407 4407 (((ADCxy_COMMON->CCR)) = ((((((ADCxy_COMMON->CCR))) & (~((0xFUL << (18U))))) | (CommonClock)))); 4408 4408 } 4409 # 2031 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4409 # 2031 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4410 4410 static inline uint32_t LL_ADC_GetCommonClock(const ADC_Common_TypeDef *ADCxy_COMMON) 4411 4411 { 4412 4412 return (uint32_t)(((ADCxy_COMMON->CCR) & ((0xFUL << (18U))))); 4413 4413 } 4414 # 2052 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4414 # 2052 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4415 4415 static inline void LL_ADC_SetCommonFrequencyMode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t CommonFrequencyMode) 4416 4416 { 4417 4417 (((ADCxy_COMMON->CCR)) = ((((((ADCxy_COMMON->CCR))) & (~((0x1UL << (25U))))) | (CommonFrequencyMode)))); 4418 4418 } 4419 # 2068 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4419 # 2068 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4420 4420 static inline uint32_t LL_ADC_GetCommonFrequencyMode(const ADC_Common_TypeDef *ADCxy_COMMON) 4421 4421 { 4422 4422 return (uint32_t)(((ADCxy_COMMON->CCR) & ((0x1UL << (25U))))); 4423 4423 } 4424 # 2111 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4424 # 2111 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4425 4425 static inline void LL_ADC_SetCommonPathInternalCh(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 4426 4426 { 4427 4427 (((ADCxy_COMMON->CCR)) = ((((((ADCxy_COMMON->CCR))) & (~((0x1UL << (22U)) | (0x1UL << (23U)) | (0x1UL << (24U))))) | (PathInternal)))); 4428 4428 } 4429 # 2153 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4429 # 2153 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4430 4430 static inline void LL_ADC_SetCommonPathInternalChAdd(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 4431 4431 { 4432 4432 ((ADCxy_COMMON->CCR) |= (PathInternal)); 4433 4433 } 4434 # 2183 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4434 # 2183 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4435 4435 static inline void LL_ADC_SetCommonPathInternalChRem(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t PathInternal) 4436 4436 { 4437 4437 ((ADCxy_COMMON->CCR) &= ~(PathInternal)); 4438 4438 } 4439 # 2205 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4439 # 2205 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4440 4440 static inline uint32_t LL_ADC_GetCommonPathInternalCh(const ADC_Common_TypeDef *ADCxy_COMMON) 4441 4441 { 4442 4442 return (uint32_t)(((ADCxy_COMMON->CCR) & ((0x1UL << (22U)) | (0x1UL << (23U)) | (0x1UL << (24U))))); 4443 4443 } 4444 # 2241 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4444 # 2241 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4445 4445 static inline void LL_ADC_SetClock(ADC_TypeDef *ADCx, uint32_t ClockSource) 4446 4446 { 4447 4447 (((ADCx->CFGR2)) = ((((((ADCx->CFGR2))) & (~((0x3UL << (30U))))) | (ClockSource)))); 4448 4448 } 4449 # 2265 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4449 # 2265 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4450 4450 static inline uint32_t LL_ADC_GetClock(const ADC_TypeDef *ADCx) 4451 4451 { 4452 4452 return (uint32_t)(((ADCx->CFGR2) & ((0x3UL << (30U))))); 4453 4453 } 4454 # 2285 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4454 # 2285 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4455 4455 static inline void LL_ADC_SetCalibrationFactor(ADC_TypeDef *ADCx, uint32_t CalibrationFactor) 4456 4456 { … … 4459 4459 4460 4460 } 4461 # 2301 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4461 # 2301 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4462 4462 static inline uint32_t LL_ADC_GetCalibrationFactor(const ADC_TypeDef *ADCx) 4463 4463 { 4464 4464 return (uint32_t)(((ADCx->CALFACT) & ((0x7FUL << (0U))))); 4465 4465 } 4466 # 2322 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4466 # 2322 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4467 4467 static inline void LL_ADC_SetResolution(ADC_TypeDef *ADCx, uint32_t Resolution) 4468 4468 { 4469 4469 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x3UL << (3U))))) | (Resolution)))); 4470 4470 } 4471 # 2339 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4471 # 2339 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4472 4472 static inline uint32_t LL_ADC_GetResolution(const ADC_TypeDef *ADCx) 4473 4473 { 4474 4474 return (uint32_t)(((ADCx->CFGR1) & ((0x3UL << (3U))))); 4475 4475 } 4476 # 2358 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4476 # 2358 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4477 4477 static inline void LL_ADC_SetDataAlignment(ADC_TypeDef *ADCx, uint32_t DataAlignment) 4478 4478 { 4479 4479 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (5U))))) | (DataAlignment)))); 4480 4480 } 4481 # 2373 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4481 # 2373 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4482 4482 static inline uint32_t LL_ADC_GetDataAlignment(const ADC_TypeDef *ADCx) 4483 4483 { 4484 4484 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (5U))))); 4485 4485 } 4486 # 2430 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4486 # 2430 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4487 4487 static inline void LL_ADC_SetLowPowerMode(ADC_TypeDef *ADCx, uint32_t LowPowerMode) 4488 4488 { 4489 4489 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~(((0x1UL << (14U)) | (0x1UL << (15U)))))) | (LowPowerMode)))); 4490 4490 } 4491 # 2483 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4491 # 2483 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4492 4492 static inline uint32_t LL_ADC_GetLowPowerMode(const ADC_TypeDef *ADCx) 4493 4493 { 4494 4494 return (uint32_t)(((ADCx->CFGR1) & (((0x1UL << (14U)) | (0x1UL << (15U)))))); 4495 4495 } 4496 # 2513 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4496 # 2513 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4497 4497 static inline void LL_ADC_SetTriggerFrequencyMode(ADC_TypeDef *ADCx, uint32_t TriggerFrequencyMode) 4498 4498 { 4499 4499 (((ADCx->CFGR2)) = ((((((ADCx->CFGR2))) & (~((0x1UL << (29U))))) | (TriggerFrequencyMode)))); 4500 4500 } 4501 # 2526 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4501 # 2526 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4502 4502 static inline uint32_t LL_ADC_GetTriggerFrequencyMode(const ADC_TypeDef *ADCx) 4503 4503 { 4504 4504 return (uint32_t)(((ADCx->CFGR2) & ((0x1UL << (29U))))); 4505 4505 } 4506 # 2575 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4506 # 2575 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4507 4507 static inline void LL_ADC_SetSamplingTimeCommonChannels(ADC_TypeDef *ADCx, uint32_t SamplingTimeY, 4508 4508 uint32_t SamplingTime) … … 4512 4512 4513 4513 } 4514 # 2608 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4514 # 2608 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4515 4515 static inline uint32_t LL_ADC_GetSamplingTimeCommonChannels(const ADC_TypeDef *ADCx, uint32_t SamplingTimeY) 4516 4516 { … … 4518 4518 >> (SamplingTimeY & (( 4UL) | ( 0UL)))); 4519 4519 } 4520 # 2657 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4520 # 2657 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4521 4521 static inline void LL_ADC_REG_SetTriggerSource(ADC_TypeDef *ADCx, uint32_t TriggerSource) 4522 4522 { 4523 4523 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x3UL << (10U)) | (0x7UL << (6U))))) | (TriggerSource)))); 4524 4524 } 4525 # 2689 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4525 # 2689 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4526 4526 static inline uint32_t LL_ADC_REG_GetTriggerSource(const ADC_TypeDef *ADCx) 4527 4527 { … … 4539 4539 ); 4540 4540 } 4541 # 2716 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4541 # 2716 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4542 4542 static inline uint32_t LL_ADC_REG_IsTriggerSourceSWStart(const ADC_TypeDef *ADCx) 4543 4543 { 4544 4544 return ((((ADCx->CFGR1) & ((0x3UL << (10U)))) == ((0x00000000UL) & (0x3UL << (10U)))) ? 1UL : 0UL); 4545 4545 } 4546 # 2735 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4546 # 2735 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4547 4547 static inline void LL_ADC_REG_SetTriggerEdge(ADC_TypeDef *ADCx, uint32_t ExternalTriggerEdge) 4548 4548 { 4549 4549 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x3UL << (10U))))) | (ExternalTriggerEdge)))); 4550 4550 } 4551 # 2750 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4551 # 2750 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4552 4552 static inline uint32_t LL_ADC_REG_GetTriggerEdge(const ADC_TypeDef *ADCx) 4553 4553 { 4554 4554 return (uint32_t)(((ADCx->CFGR1) & ((0x3UL << (10U))))); 4555 4555 } 4556 # 2787 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4556 # 2787 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4557 4557 static inline void LL_ADC_REG_SetSequencerConfigurable(ADC_TypeDef *ADCx, uint32_t Configurability) 4558 4558 { 4559 4559 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (21U))))) | (Configurability)))); 4560 4560 } 4561 # 2813 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4561 # 2813 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4562 4562 static inline uint32_t LL_ADC_REG_GetSequencerConfigurable(const ADC_TypeDef *ADCx) 4563 4563 { 4564 4564 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (21U))))); 4565 4565 } 4566 # 2885 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4566 # 2885 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4567 4567 static inline void LL_ADC_REG_SetSequencerLength(ADC_TypeDef *ADCx, uint32_t SequencerNbRanks) 4568 4568 { 4569 4569 ((ADCx->CHSELR) |= (SequencerNbRanks)); 4570 4570 } 4571 # 2944 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4571 # 2944 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4572 4572 static inline uint32_t LL_ADC_REG_GetSequencerLength(const ADC_TypeDef *ADCx) 4573 4573 { … … 4593 4593 return sequencer_length; 4594 4594 } 4595 # 2993 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4595 # 2993 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4596 4596 static inline void LL_ADC_REG_SetSequencerScanDirection(ADC_TypeDef *ADCx, uint32_t ScanDirection) 4597 4597 { 4598 4598 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (2U))))) | (ScanDirection)))); 4599 4599 } 4600 # 3011 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4600 # 3011 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4601 4601 static inline uint32_t LL_ADC_REG_GetSequencerScanDirection(const ADC_TypeDef *ADCx) 4602 4602 { 4603 4603 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (2U))))); 4604 4604 } 4605 # 3032 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4605 # 3032 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4606 4606 static inline void LL_ADC_REG_SetSequencerDiscont(ADC_TypeDef *ADCx, uint32_t SeqDiscont) 4607 4607 { 4608 4608 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (16U))))) | (SeqDiscont)))); 4609 4609 } 4610 # 3047 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4610 # 3047 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4611 4611 static inline uint32_t LL_ADC_REG_GetSequencerDiscont(const ADC_TypeDef *ADCx) 4612 4612 { 4613 4613 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (16U))))); 4614 4614 } 4615 # 3127 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4615 # 3127 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4616 4616 static inline void LL_ADC_REG_SetSequencerRanks(ADC_TypeDef *ADCx, uint32_t Rank, uint32_t Channel) 4617 4617 { … … 4625 4625 4626 4626 } 4627 # 3208 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4627 # 3208 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4628 4628 static inline uint32_t LL_ADC_REG_GetSequencerRanks(const ADC_TypeDef *ADCx, uint32_t Rank) 4629 4629 { … … 4634 4634 ); 4635 4635 } 4636 # 3302 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4636 # 3302 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4637 4637 static inline void LL_ADC_REG_SetSequencerChannels(ADC_TypeDef *ADCx, uint32_t Channel) 4638 4638 { … … 4641 4641 ((ADCx->CHSELR) = ((Channel & ((0x7FFFFUL << (0U)))))); 4642 4642 } 4643 # 3394 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4643 # 3394 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4644 4644 static inline void LL_ADC_REG_SetSequencerChAdd(ADC_TypeDef *ADCx, uint32_t Channel) 4645 4645 { … … 4648 4648 ((ADCx->CHSELR) |= ((Channel & ((0x7FFFFUL << (0U)))))); 4649 4649 } 4650 # 3486 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4650 # 3486 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4651 4651 static inline void LL_ADC_REG_SetSequencerChRem(ADC_TypeDef *ADCx, uint32_t Channel) 4652 4652 { … … 4655 4655 ((ADCx->CHSELR) &= ~((Channel & ((0x7FFFFUL << (0U)))))); 4656 4656 } 4657 # 3567 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4657 # 3567 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4658 4658 static inline uint32_t LL_ADC_REG_GetSequencerChannels(const ADC_TypeDef *ADCx) 4659 4659 { … … 4683 4683 ); 4684 4684 } 4685 # 3613 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4685 # 3613 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4686 4686 static inline void LL_ADC_REG_SetContinuousMode(ADC_TypeDef *ADCx, uint32_t Continuous) 4687 4687 { 4688 4688 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (13U))))) | (Continuous)))); 4689 4689 } 4690 # 3630 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4690 # 3630 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4691 4691 static inline uint32_t LL_ADC_REG_GetContinuousMode(const ADC_TypeDef *ADCx) 4692 4692 { 4693 4693 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (13U))))); 4694 4694 } 4695 # 3667 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4695 # 3667 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4696 4696 static inline void LL_ADC_REG_SetDMATransfer(ADC_TypeDef *ADCx, uint32_t DMATransfer) 4697 4697 { 4698 4698 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (0U)) | (0x1UL << (1U))))) | (DMATransfer)))); 4699 4699 } 4700 # 3700 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4700 # 3700 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4701 4701 static inline uint32_t LL_ADC_REG_GetDMATransfer(const ADC_TypeDef *ADCx) 4702 4702 { 4703 4703 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (0U)) | (0x1UL << (1U))))); 4704 4704 } 4705 # 3724 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4705 # 3724 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4706 4706 static inline void LL_ADC_REG_SetOverrun(ADC_TypeDef *ADCx, uint32_t Overrun) 4707 4707 { 4708 4708 (((ADCx->CFGR1)) = ((((((ADCx->CFGR1))) & (~((0x1UL << (12U))))) | (Overrun)))); 4709 4709 } 4710 # 3738 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4710 # 3738 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4711 4711 static inline uint32_t LL_ADC_REG_GetOverrun(const ADC_TypeDef *ADCx) 4712 4712 { 4713 4713 return (uint32_t)(((ADCx->CFGR1) & ((0x1UL << (12U))))); 4714 4714 } 4715 # 3826 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4715 # 3826 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4716 4716 static inline void LL_ADC_SetChannelSamplingTime(ADC_TypeDef *ADCx, uint32_t Channel, uint32_t SamplingTimeY) 4717 4717 { … … 4723 4723 4724 4724 } 4725 # 3895 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4725 # 3895 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4726 4726 static inline uint32_t LL_ADC_GetChannelSamplingTime(const ADC_TypeDef *ADCx, uint32_t Channel) 4727 4727 { … … 4739 4739 | (smp_channel_posbit0 * (( 4UL) | (((0x7FFFFUL << (0U))) << ( 8UL))))); 4740 4740 } 4741 # 3988 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4741 # 3988 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4742 4742 static inline void LL_ADC_SetAnalogWDMonitChannels(ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDChannelGroup) 4743 4743 { … … 4762 4762 4763 4763 } 4764 # 4089 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4764 # 4089 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4765 4765 static inline uint32_t LL_ADC_GetAnalogWDMonitChannels(const ADC_TypeDef *ADCx, uint32_t AWDy) 4766 4766 { … … 4820 4820 return analog_wd_monit_channels; 4821 4821 } 4822 # 4208 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4822 # 4208 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4823 4823 static inline void LL_ADC_ConfigAnalogWDThresholds(ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdHighValue, 4824 4824 uint32_t AWDThresholdLowValue) … … 4840 4840 4841 4841 } 4842 # 4291 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4842 # 4291 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4843 4843 static inline void LL_ADC_SetAnalogWDThresholds(ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdsHighLow, 4844 4844 uint32_t AWDThresholdValue) … … 4859 4859 4860 4860 } 4861 # 4338 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4861 # 4338 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4862 4862 static inline uint32_t LL_ADC_GetAnalogWDThresholds(const ADC_TypeDef *ADCx, 4863 4863 uint32_t AWDy, uint32_t AWDThresholdsHighLow) … … 4879 4879 & ~(AWDThresholdsHighLow & (0xFFFUL << (0U))))); 4880 4880 } 4881 # 4378 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4881 # 4378 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4882 4882 static inline void LL_ADC_SetOverSamplingScope(ADC_TypeDef *ADCx, uint32_t OvsScope) 4883 4883 { 4884 4884 (((ADCx->CFGR2)) = ((((((ADCx->CFGR2))) & (~((0x1UL << (0U))))) | (OvsScope)))); 4885 4885 } 4886 # 4391 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4886 # 4391 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4887 4887 static inline uint32_t LL_ADC_GetOverSamplingScope(const ADC_TypeDef *ADCx) 4888 4888 { 4889 4889 return (uint32_t)(((ADCx->CFGR2) & ((0x1UL << (0U))))); 4890 4890 } 4891 # 4414 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4891 # 4414 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4892 4892 static inline void LL_ADC_SetOverSamplingDiscont(ADC_TypeDef *ADCx, uint32_t OverSamplingDiscont) 4893 4893 { 4894 4894 (((ADCx->CFGR2)) = ((((((ADCx->CFGR2))) & (~((0x1UL << (9U))))) | (OverSamplingDiscont)))); 4895 4895 } 4896 # 4433 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4896 # 4433 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4897 4897 static inline uint32_t LL_ADC_GetOverSamplingDiscont(const ADC_TypeDef *ADCx) 4898 4898 { 4899 4899 return (uint32_t)(((ADCx->CFGR2) & ((0x1UL << (9U))))); 4900 4900 } 4901 # 4470 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4901 # 4470 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4902 4902 static inline void LL_ADC_ConfigOverSamplingRatioShift(ADC_TypeDef *ADCx, uint32_t Ratio, uint32_t Shift) 4903 4903 { 4904 4904 (((ADCx->CFGR2)) = ((((((ADCx->CFGR2))) & (~(((0xFUL << (5U)) | (0x7UL << (2U)))))) | ((Shift | Ratio))))); 4905 4905 } 4906 # 4489 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4906 # 4489 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4907 4907 static inline uint32_t LL_ADC_GetOverSamplingRatio(const ADC_TypeDef *ADCx) 4908 4908 { 4909 4909 return (uint32_t)(((ADCx->CFGR2) & ((0x7UL << (2U))))); 4910 4910 } 4911 # 4509 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4911 # 4509 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4912 4912 static inline uint32_t LL_ADC_GetOverSamplingShift(const ADC_TypeDef *ADCx) 4913 4913 { 4914 4914 return (uint32_t)(((ADCx->CFGR2) & ((0xFUL << (5U))))); 4915 4915 } 4916 # 4544 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4916 # 4544 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4917 4917 static inline void LL_ADC_EnableInternalRegulator(ADC_TypeDef *ADCx) 4918 4918 { … … 4924 4924 4925 4925 } 4926 # 4563 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4926 # 4563 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4927 4927 static inline void LL_ADC_DisableInternalRegulator(ADC_TypeDef *ADCx) 4928 4928 { … … 4940 4940 return ((((ADCx->CR) & ((0x1UL << (28U)))) == ((0x1UL << (28U)))) ? 1UL : 0UL); 4941 4941 } 4942 # 4595 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4942 # 4595 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4943 4943 static inline void LL_ADC_Enable(ADC_TypeDef *ADCx) 4944 4944 { … … 4950 4950 4951 4951 } 4952 # 4615 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4952 # 4615 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4953 4953 static inline void LL_ADC_Disable(ADC_TypeDef *ADCx) 4954 4954 { … … 4960 4960 4961 4961 } 4962 # 4634 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4962 # 4634 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4963 4963 static inline uint32_t LL_ADC_IsEnabled(const ADC_TypeDef *ADCx) 4964 4964 { … … 4976 4976 return ((((ADCx->CR) & ((0x1UL << (1U)))) == ((0x1UL << (1U)))) ? 1UL : 0UL); 4977 4977 } 4978 # 4678 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4978 # 4678 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 4979 4979 static inline void LL_ADC_StartCalibration(ADC_TypeDef *ADCx) 4980 4980 { … … 4997 4997 return ((((ADCx->CR) & ((0x1UL << (31U)))) == ((0x1UL << (31U)))) ? 1UL : 0UL); 4998 4998 } 4999 # 4725 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"4999 # 4725 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5000 5000 static inline void LL_ADC_REG_StartConversion(ADC_TypeDef *ADCx) 5001 5001 { … … 5007 5007 5008 5008 } 5009 # 4745 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5009 # 4745 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5010 5010 static inline void LL_ADC_REG_StopConversion(ADC_TypeDef *ADCx) 5011 5011 { … … 5039 5039 return ((((ADCx->CR) & ((0x1UL << (4U)))) == ((0x1UL << (4U)))) ? 1UL : 0UL); 5040 5040 } 5041 # 4786 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5041 # 4786 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5042 5042 static inline uint32_t LL_ADC_REG_ReadConversionData32(const ADC_TypeDef *ADCx) 5043 5043 { 5044 5044 return (uint32_t)(((ADCx->DR) & ((0xFFFFUL << (0U))))); 5045 5045 } 5046 # 4801 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5046 # 4801 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5047 5047 static inline uint16_t LL_ADC_REG_ReadConversionData12(const ADC_TypeDef *ADCx) 5048 5048 { 5049 5049 return (uint16_t)(((ADCx->DR) & ((0xFFFFUL << (0U)))) & 0x00000FFFUL); 5050 5050 } 5051 # 4816 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5051 # 4816 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5052 5052 static inline uint16_t LL_ADC_REG_ReadConversionData10(const ADC_TypeDef *ADCx) 5053 5053 { 5054 5054 return (uint16_t)(((ADCx->DR) & ((0xFFFFUL << (0U)))) & 0x000003FFUL); 5055 5055 } 5056 # 4831 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5056 # 4831 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5057 5057 static inline uint8_t LL_ADC_REG_ReadConversionData8(const ADC_TypeDef *ADCx) 5058 5058 { 5059 5059 return (uint8_t)(((ADCx->DR) & ((0xFFFFUL << (0U)))) & 0x000000FFUL); 5060 5060 } 5061 # 4846 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5061 # 4846 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5062 5062 static inline uint8_t LL_ADC_REG_ReadConversionData6(const ADC_TypeDef *ADCx) 5063 5063 { 5064 5064 return (uint8_t)(((ADCx->DR) & ((0xFFFFUL << (0U)))) & 0x0000003FUL); 5065 5065 } 5066 # 4868 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5066 # 4868 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5067 5067 static inline uint32_t LL_ADC_IsActiveFlag_ADRDY(const ADC_TypeDef *ADCx) 5068 5068 { 5069 5069 return ((((ADCx->ISR) & ((0x1UL << (0U)))) == ((0x1UL << (0U)))) ? 1UL : 0UL); 5070 5070 } 5071 # 4895 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5071 # 4895 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5072 5072 static inline uint32_t LL_ADC_IsActiveFlag_CCRDY(const ADC_TypeDef *ADCx) 5073 5073 { … … 5162 5162 return ((((ADCx->ISR) & ((0x1UL << (11U)))) == ((0x1UL << (11U)))) ? 1UL : 0UL); 5163 5163 } 5164 # 4997 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5164 # 4997 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5165 5165 static inline void LL_ADC_ClearFlag_ADRDY(ADC_TypeDef *ADCx) 5166 5166 { … … 5266 5266 ((ADCx->ISR) = ((0x1UL << (11U)))); 5267 5267 } 5268 # 5115 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5268 # 5115 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5269 5269 static inline void LL_ADC_EnableIT_ADRDY(ADC_TypeDef *ADCx) 5270 5270 { … … 5480 5480 ((ADCx->IER) &= ~((0x1UL << (11U)))); 5481 5481 } 5482 # 5336 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5482 # 5336 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5483 5483 static inline uint32_t LL_ADC_IsEnabledIT_ADRDY(const ADC_TypeDef *ADCx) 5484 5484 { … … 5496 5496 return ((((ADCx->IER) & ((0x1UL << (13U)))) == ((0x1UL << (13U)))) ? 1UL : 0UL); 5497 5497 } 5498 # 5359 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5498 # 5359 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5499 5499 static inline uint32_t LL_ADC_IsEnabledIT_EOC(const ADC_TypeDef *ADCx) 5500 5500 { 5501 5501 return ((((ADCx->IER) & ((0x1UL << (2U)))) == ((0x1UL << (2U)))) ? 1UL : 0UL); 5502 5502 } 5503 # 5371 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5503 # 5371 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5504 5504 static inline uint32_t LL_ADC_IsEnabledIT_EOS(const ADC_TypeDef *ADCx) 5505 5505 { 5506 5506 return ((((ADCx->IER) & ((0x1UL << (3U)))) == ((0x1UL << (3U)))) ? 1UL : 0UL); 5507 5507 } 5508 # 5383 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5508 # 5383 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5509 5509 static inline uint32_t LL_ADC_IsEnabledIT_OVR(const ADC_TypeDef *ADCx) 5510 5510 { 5511 5511 return ((((ADCx->IER) & ((0x1UL << (4U)))) == ((0x1UL << (4U)))) ? 1UL : 0UL); 5512 5512 } 5513 # 5395 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5513 # 5395 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5514 5514 static inline uint32_t LL_ADC_IsEnabledIT_EOSMP(const ADC_TypeDef *ADCx) 5515 5515 { 5516 5516 return ((((ADCx->IER) & ((0x1UL << (1U)))) == ((0x1UL << (1U)))) ? 1UL : 0UL); 5517 5517 } 5518 # 5407 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5518 # 5407 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5519 5519 static inline uint32_t LL_ADC_IsEnabledIT_AWD1(const ADC_TypeDef *ADCx) 5520 5520 { 5521 5521 return ((((ADCx->IER) & ((0x1UL << (7U)))) == ((0x1UL << (7U)))) ? 1UL : 0UL); 5522 5522 } 5523 # 5419 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5523 # 5419 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5524 5524 static inline uint32_t LL_ADC_IsEnabledIT_AWD2(const ADC_TypeDef *ADCx) 5525 5525 { 5526 5526 return ((((ADCx->IER) & ((0x1UL << (8U)))) == ((0x1UL << (8U)))) ? 1UL : 0UL); 5527 5527 } 5528 # 5431 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5528 # 5431 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5529 5529 static inline uint32_t LL_ADC_IsEnabledIT_AWD3(const ADC_TypeDef *ADCx) 5530 5530 { 5531 5531 return ((((ADCx->IER) & ((0x1UL << (9U)))) == ((0x1UL << (9U)))) ? 1UL : 0UL); 5532 5532 } 5533 # 5443 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h"5533 # 5443 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_ll_adc.h" 5534 5534 static inline uint32_t LL_ADC_IsEnabledIT_EOCAL(const ADC_TypeDef *ADCx) 5535 5535 { 5536 5536 return ((((ADCx->IER) & ((0x1UL << (11U)))) == ((0x1UL << (11U)))) ? 1UL : 0UL); 5537 5537 } 5538 # 32 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 25539 # 49 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5538 # 32 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 2 5539 # 49 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5540 5540 typedef struct 5541 5541 { … … 5550 5550 5551 5551 } ADC_OversamplingTypeDef; 5552 # 79 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5552 # 79 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5553 5553 typedef struct 5554 5554 { 5555 5555 uint32_t ClockPrescaler; 5556 # 94 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5556 # 94 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5557 5557 uint32_t Resolution; 5558 5558 … … 5563 5563 5564 5564 uint32_t ScanConvMode; 5565 # 127 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5565 # 127 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5566 5566 uint32_t EOCSelection; 5567 5567 … … 5569 5569 5570 5570 FunctionalState LowPowerAutoWait; 5571 # 150 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5571 # 150 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5572 5572 FunctionalState LowPowerAutoPowerOff; 5573 5573 … … 5583 5583 5584 5584 uint32_t NbrOfConversion; 5585 # 180 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5585 # 180 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5586 5586 FunctionalState DiscontinuousConvMode; 5587 # 191 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5587 # 191 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5588 5588 uint32_t ExternalTrigConv; 5589 5589 … … 5606 5606 5607 5607 uint32_t Overrun; 5608 # 225 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5608 # 225 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5609 5609 uint32_t SamplingTimeCommon1; 5610 # 243 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5610 # 243 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5611 5611 uint32_t SamplingTimeCommon2; 5612 # 261 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5612 # 261 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5613 5613 FunctionalState OversamplingMode; 5614 5614 … … 5621 5621 5622 5622 uint32_t TriggerFrequencyMode; 5623 # 281 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5623 # 281 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5624 5624 } ADC_InitTypeDef; 5625 # 292 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5625 # 292 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5626 5626 typedef struct 5627 5627 { … … 5633 5633 5634 5634 uint32_t Rank; 5635 # 313 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5635 # 313 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5636 5636 uint32_t SamplingTime; 5637 # 331 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5637 # 331 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5638 5638 } ADC_ChannelConfTypeDef; 5639 # 341 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5639 # 341 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5640 5640 typedef struct 5641 5641 { … … 5655 5655 5656 5656 uint32_t Channel; 5657 # 367 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5657 # 367 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5658 5658 FunctionalState ITMode; 5659 5659 5660 5660 5661 5661 uint32_t HighThreshold; 5662 # 382 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5662 # 382 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5663 5663 uint32_t LowThreshold; 5664 # 393 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5664 # 393 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5665 5665 } ADC_AnalogWDGConfTypeDef; 5666 # 460 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5666 # 460 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5667 5667 typedef struct 5668 5668 … … 5676 5676 5677 5677 uint32_t ADCGroupRegularSequencerRanks; 5678 # 485 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5678 # 485 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5679 5679 } ADC_HandleTypeDef; 5680 # 1833 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5681 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h" 15682 # 146 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h"5680 # 1833 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5681 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h" 1 5682 # 146 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h" 5683 5683 HAL_StatusTypeDef HAL_ADCEx_Calibration_Start(ADC_HandleTypeDef *hadc); 5684 5684 uint32_t HAL_ADCEx_Calibration_GetValue(const ADC_HandleTypeDef *hadc); … … 5690 5690 void HAL_ADCEx_EndOfSamplingCallback(ADC_HandleTypeDef *hadc); 5691 5691 void HAL_ADCEx_ChannelConfigReadyCallback(ADC_HandleTypeDef *hadc); 5692 # 164 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h"5692 # 164 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc_ex.h" 5693 5693 HAL_StatusTypeDef HAL_ADCEx_DisableVoltageRegulator(ADC_HandleTypeDef *hadc); 5694 # 1834 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 25695 # 1845 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5694 # 1834 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 2 5695 # 1845 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5696 5696 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef *hadc); 5697 5697 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef *hadc); 5698 5698 void HAL_ADC_MspInit(ADC_HandleTypeDef *hadc); 5699 5699 void HAL_ADC_MspDeInit(ADC_HandleTypeDef *hadc); 5700 # 1867 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5700 # 1867 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5701 5701 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef *hadc); 5702 5702 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef *hadc); … … 5721 5721 void HAL_ADC_LevelOutOfWindowCallback(ADC_HandleTypeDef *hadc); 5722 5722 void HAL_ADC_ErrorCallback(ADC_HandleTypeDef *hadc); 5723 # 1898 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5723 # 1898 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5724 5724 HAL_StatusTypeDef HAL_ADC_ConfigChannel(ADC_HandleTypeDef *hadc, const ADC_ChannelConfTypeDef *pConfig); 5725 5725 HAL_StatusTypeDef HAL_ADC_AnalogWDGConfig(ADC_HandleTypeDef *hadc, 5726 5726 const ADC_AnalogWDGConfTypeDef *pAnalogWDGConfig); 5727 # 1910 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5727 # 1910 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5728 5728 uint32_t HAL_ADC_GetState(const ADC_HandleTypeDef *hadc); 5729 5729 uint32_t HAL_ADC_GetError(const ADC_HandleTypeDef *hadc); 5730 # 1922 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h"5730 # 1922 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_adc.h" 5731 5731 HAL_StatusTypeDef ADC_ConversionStop(ADC_HandleTypeDef *hadc); 5732 5732 HAL_StatusTypeDef ADC_Enable(ADC_HandleTypeDef *hadc); 5733 5733 HAL_StatusTypeDef ADC_Disable(ADC_HandleTypeDef *hadc); 5734 # 212 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 25735 # 224 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h"5736 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 15737 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h"5734 # 212 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 5735 # 224 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 5736 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 1 5737 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 5738 5738 typedef enum 5739 5739 { … … 5811 5811 5812 5812 } CRC_HandleTypeDef; 5813 # 288 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h"5814 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc_ex.h" 15815 # 127 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc_ex.h"5813 # 288 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 5814 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc_ex.h" 1 5815 # 127 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc_ex.h" 5816 5816 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength); 5817 5817 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode); 5818 5818 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode); 5819 # 289 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 25820 # 299 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h"5819 # 289 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 2 5820 # 299 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 5821 5821 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc); 5822 5822 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc); 5823 5823 void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc); 5824 5824 void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc); 5825 # 311 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h"5825 # 311 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 5826 5826 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength); 5827 5827 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength); 5828 # 321 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h"5828 # 321 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_crc.h" 5829 5829 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc); 5830 # 225 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 25831 # 236 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h"5832 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h" 15833 # 44 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h"5830 # 225 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 5831 # 236 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 5832 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h" 1 5833 # 44 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h" 5834 5834 typedef enum 5835 5835 { … … 5865 5865 5866 5866 } EXTI_ConfigTypeDef; 5867 # 347 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h"5867 # 347 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h" 5868 5868 HAL_StatusTypeDef HAL_EXTI_SetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig); 5869 5869 HAL_StatusTypeDef HAL_EXTI_GetConfigLine(EXTI_HandleTypeDef *hexti, EXTI_ConfigTypeDef *pExtiConfig); … … 5871 5871 HAL_StatusTypeDef HAL_EXTI_RegisterCallback(EXTI_HandleTypeDef *hexti, EXTI_CallbackIDTypeDef CallbackID, void (*pPendingCbfn)(void)); 5872 5872 HAL_StatusTypeDef HAL_EXTI_GetHandle(EXTI_HandleTypeDef *hexti, uint32_t ExtiLine); 5873 # 361 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h"5873 # 361 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_exti.h" 5874 5874 void HAL_EXTI_IRQHandler(EXTI_HandleTypeDef *hexti); 5875 5875 uint32_t HAL_EXTI_GetPending(EXTI_HandleTypeDef *hexti, uint32_t Edge); 5876 5876 void HAL_EXTI_ClearPending(EXTI_HandleTypeDef *hexti, uint32_t Edge); 5877 5877 void HAL_EXTI_GenerateSWI(EXTI_HandleTypeDef *hexti); 5878 # 237 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 25879 5880 5881 5882 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 15883 # 45 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5878 # 237 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 5879 5880 5881 5882 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 1 5883 # 45 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5884 5884 typedef struct 5885 5885 { … … 5914 5914 5915 5915 uint32_t USERConfig; 5916 # 131 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5916 # 131 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5917 5917 } FLASH_OBProgramInitTypeDef; 5918 5918 … … 5930 5930 uint32_t NbPagesToErase; 5931 5931 } FLASH_ProcessTypeDef; 5932 # 804 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5933 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h" 15934 # 64 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h"5932 # 804 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5933 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h" 1 5934 # 64 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h" 5935 5935 HAL_StatusTypeDef HAL_FLASHEx_Erase(FLASH_EraseInitTypeDef *pEraseInit, uint32_t *PageError); 5936 5936 HAL_StatusTypeDef HAL_FLASHEx_Erase_IT(FLASH_EraseInitTypeDef *pEraseInit); … … 5944 5944 HAL_StatusTypeDef HAL_FLASHEx_OBProgram(FLASH_OBProgramInitTypeDef *pOBInit); 5945 5945 void HAL_FLASHEx_OBGetConfig(FLASH_OBProgramInitTypeDef *pOBInit); 5946 # 98 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h"5946 # 98 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash_ex.h" 5947 5947 void FLASH_PageErase(uint32_t Banks, uint32_t Page); 5948 # 805 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 25948 # 805 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 2 5949 5949 5950 5950 … … 5952 5952 5953 5953 extern FLASH_ProcessTypeDef pFlash; 5954 # 823 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5954 # 823 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5955 5955 HAL_StatusTypeDef HAL_FLASH_Program(uint32_t TypeProgram, uint32_t Address, uint64_t Data); 5956 5956 HAL_StatusTypeDef HAL_FLASH_Program_IT(uint32_t TypeProgram, uint32_t Address, uint64_t Data); … … 5960 5960 void HAL_FLASH_EndOfOperationCallback(uint32_t ReturnValue); 5961 5961 void HAL_FLASH_OperationErrorCallback(uint32_t ReturnValue); 5962 # 838 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5962 # 838 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5963 5963 HAL_StatusTypeDef HAL_FLASH_Unlock(void); 5964 5964 HAL_StatusTypeDef HAL_FLASH_Lock(void); … … 5967 5967 HAL_StatusTypeDef HAL_FLASH_OB_Lock(void); 5968 5968 HAL_StatusTypeDef HAL_FLASH_OB_Launch(void); 5969 # 852 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5969 # 852 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5970 5970 uint32_t HAL_FLASH_GetError(void); 5971 # 865 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h"5971 # 865 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_flash.h" 5972 5972 HAL_StatusTypeDef FLASH_WaitForLastOperation(uint32_t Timeout); 5973 # 241 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 25974 # 264 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h"5975 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 15976 # 267 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h"5977 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h" 15978 # 563 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h"5973 # 241 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 5974 # 264 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 5975 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 1 5976 # 267 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 5977 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h" 1 5978 # 563 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h" 5979 5979 void HAL_PWREx_EnableBatteryCharging(uint32_t ResistorSelection); 5980 5980 void HAL_PWREx_DisableBatteryCharging(void); … … 5999 5999 uint32_t HAL_PWREx_GetVoltageRange(void); 6000 6000 HAL_StatusTypeDef HAL_PWREx_ControlVoltageScaling(uint32_t VoltageScaling); 6001 # 604 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h"6001 # 604 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr_ex.h" 6002 6002 void HAL_PWREx_EnableLowPowerRunMode(void); 6003 6003 HAL_StatusTypeDef HAL_PWREx_DisableLowPowerRunMode(void); 6004 # 268 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 26005 # 279 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h"6004 # 268 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 2 6005 # 279 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 6006 6006 void HAL_PWR_DeInit(void); 6007 # 288 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h"6007 # 288 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_pwr.h" 6008 6008 void HAL_PWR_EnableBkUpAccess(void); 6009 6009 void HAL_PWR_DisableBkUpAccess(void); … … 6021 6021 void HAL_PWR_EnableSEVOnPend(void); 6022 6022 void HAL_PWR_DisableSEVOnPend(void); 6023 # 265 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 26024 6025 6026 6027 6028 6029 6030 6031 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 16032 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6023 # 265 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 6024 6025 6026 6027 6028 6029 6030 6031 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 1 6032 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6033 6033 typedef enum 6034 6034 { … … 6168 6168 6169 6169 volatile HAL_RTCStateTypeDef State; 6170 # 214 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6170 # 214 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6171 6171 }RTC_HandleTypeDef; 6172 # 721 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6173 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 16174 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6172 # 721 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6173 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 1 6174 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6175 6175 typedef struct 6176 6176 { … … 6202 6202 6203 6203 }RTC_TamperTypeDef; 6204 # 84 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6204 # 84 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6205 6205 typedef struct 6206 6206 { … … 6211 6211 6212 6212 } RTC_InternalTamperTypeDef; 6213 # 890 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6213 # 890 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6214 6214 HAL_StatusTypeDef HAL_RTCEx_SetTimeStamp(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin); 6215 6215 HAL_StatusTypeDef HAL_RTCEx_SetTimeStamp_IT(RTC_HandleTypeDef *hrtc, uint32_t TimeStampEdge, uint32_t RTC_TimeStampPin); … … 6222 6222 HAL_StatusTypeDef HAL_RTCEx_PollForTimeStampEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout); 6223 6223 void HAL_RTCEx_TimeStampEventCallback(RTC_HandleTypeDef *hrtc); 6224 # 910 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6224 # 910 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6225 6225 HAL_StatusTypeDef HAL_RTCEx_SetWakeUpTimer(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock); 6226 6226 HAL_StatusTypeDef HAL_RTCEx_SetWakeUpTimer_IT(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock); … … 6230 6230 void HAL_RTCEx_WakeUpTimerEventCallback(RTC_HandleTypeDef *hrtc); 6231 6231 HAL_StatusTypeDef HAL_RTCEx_PollForWakeUpTimerEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout); 6232 # 926 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6232 # 926 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6233 6233 HAL_StatusTypeDef HAL_RTCEx_SetSmoothCalib(RTC_HandleTypeDef *hrtc, uint32_t SmoothCalibPeriod, uint32_t SmoothCalibPlusPulses, uint32_t SmoothCalibMinusPulsesValue); 6234 6234 HAL_StatusTypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS); … … 6239 6239 HAL_StatusTypeDef HAL_RTCEx_EnableBypassShadow(RTC_HandleTypeDef *hrtc); 6240 6240 HAL_StatusTypeDef HAL_RTCEx_DisableBypassShadow(RTC_HandleTypeDef *hrtc); 6241 # 943 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h"6241 # 943 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc_ex.h" 6242 6242 void HAL_RTCEx_AlarmBEventCallback(RTC_HandleTypeDef *hrtc); 6243 6243 HAL_StatusTypeDef HAL_RTCEx_PollForAlarmBEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout); … … 6273 6273 void HAL_RTCEx_BKUPWrite(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister, uint32_t Data); 6274 6274 uint32_t HAL_RTCEx_BKUPRead(RTC_HandleTypeDef *hrtc, uint32_t BackupRegister); 6275 # 722 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 26276 # 732 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6275 # 722 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 2 6276 # 732 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6277 6277 HAL_StatusTypeDef HAL_RTC_Init(RTC_HandleTypeDef *hrtc); 6278 6278 HAL_StatusTypeDef HAL_RTC_DeInit(RTC_HandleTypeDef *hrtc); … … 6280 6280 void HAL_RTC_MspInit(RTC_HandleTypeDef *hrtc); 6281 6281 void HAL_RTC_MspDeInit(RTC_HandleTypeDef *hrtc); 6282 # 752 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6282 # 752 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6283 6283 HAL_StatusTypeDef HAL_RTC_SetTime(RTC_HandleTypeDef *hrtc, RTC_TimeTypeDef *sTime, uint32_t Format); 6284 6284 HAL_StatusTypeDef HAL_RTC_GetTime(RTC_HandleTypeDef *hrtc, RTC_TimeTypeDef *sTime, uint32_t Format); 6285 6285 HAL_StatusTypeDef HAL_RTC_SetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format); 6286 6286 HAL_StatusTypeDef HAL_RTC_GetDate(RTC_HandleTypeDef *hrtc, RTC_DateTypeDef *sDate, uint32_t Format); 6287 # 764 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6287 # 764 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6288 6288 HAL_StatusTypeDef HAL_RTC_SetAlarm(RTC_HandleTypeDef *hrtc, RTC_AlarmTypeDef *sAlarm, uint32_t Format); 6289 6289 HAL_StatusTypeDef HAL_RTC_SetAlarm_IT(RTC_HandleTypeDef *hrtc, RTC_AlarmTypeDef *sAlarm, uint32_t Format); … … 6293 6293 HAL_StatusTypeDef HAL_RTC_PollForAlarmAEvent(RTC_HandleTypeDef *hrtc, uint32_t Timeout); 6294 6294 void HAL_RTC_AlarmAEventCallback(RTC_HandleTypeDef *hrtc); 6295 # 779 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6295 # 779 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6296 6296 HAL_StatusTypeDef HAL_RTC_WaitForSynchro(RTC_HandleTypeDef* hrtc); 6297 # 788 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6297 # 788 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6298 6298 HAL_RTCStateTypeDef HAL_RTC_GetState(RTC_HandleTypeDef *hrtc); 6299 # 938 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h"6299 # 938 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_rtc.h" 6300 6300 HAL_StatusTypeDef RTC_EnterInitMode(RTC_HandleTypeDef* hrtc); 6301 6301 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc); 6302 6302 uint8_t RTC_ByteToBcd2(uint8_t Value); 6303 6303 uint8_t RTC_Bcd2ToByte(uint8_t Value); 6304 # 273 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 26305 # 284 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h"6306 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 16307 # 46 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6304 # 273 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 6305 # 284 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 6306 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 1 6307 # 46 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6308 6308 typedef struct 6309 6309 { … … 6408 6408 6409 6409 volatile uint32_t ErrorCode; 6410 # 162 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6410 # 162 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6411 6411 } SPI_HandleTypeDef; 6412 # 762 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6413 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi_ex.h" 16414 # 51 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi_ex.h"6412 # 762 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6413 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi_ex.h" 1 6414 # 51 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi_ex.h" 6415 6415 HAL_StatusTypeDef HAL_SPIEx_FlushRxFifo(const SPI_HandleTypeDef *hspi); 6416 # 763 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 26417 # 773 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6416 # 763 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 2 6417 # 773 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6418 6418 HAL_StatusTypeDef HAL_SPI_Init(SPI_HandleTypeDef *hspi); 6419 6419 HAL_StatusTypeDef HAL_SPI_DeInit(SPI_HandleTypeDef *hspi); 6420 6420 void HAL_SPI_MspInit(SPI_HandleTypeDef *hspi); 6421 6421 void HAL_SPI_MspDeInit(SPI_HandleTypeDef *hspi); 6422 # 792 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6422 # 792 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6423 6423 HAL_StatusTypeDef HAL_SPI_Transmit(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size, uint32_t Timeout); 6424 6424 HAL_StatusTypeDef HAL_SPI_Receive(SPI_HandleTypeDef *hspi, uint8_t *pData, uint16_t Size, uint32_t Timeout); … … 6449 6449 void HAL_SPI_ErrorCallback(SPI_HandleTypeDef *hspi); 6450 6450 void HAL_SPI_AbortCpltCallback(SPI_HandleTypeDef *hspi); 6451 # 828 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h"6451 # 828 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_spi.h" 6452 6452 HAL_SPI_StateTypeDef HAL_SPI_GetState(SPI_HandleTypeDef *hspi); 6453 6453 uint32_t HAL_SPI_GetError(SPI_HandleTypeDef *hspi); 6454 # 285 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 26455 6456 6457 6458 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 16459 # 46 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6454 # 285 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 6455 6456 6457 6458 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 1 6459 # 46 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6460 6460 typedef struct 6461 6461 { … … 6474 6474 6475 6475 uint32_t RepetitionCounter; 6476 # 72 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6476 # 72 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6477 6477 uint32_t AutoReloadPreload; 6478 6478 … … 6769 6769 volatile HAL_TIM_ChannelStateTypeDef ChannelNState[4]; 6770 6770 volatile HAL_TIM_DMABurstStateTypeDef DMABurstState; 6771 # 397 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6771 # 397 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6772 6772 } TIM_HandleTypeDef; 6773 # 2192 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6774 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 16775 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6773 # 2192 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6774 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 1 6775 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6776 6776 typedef struct 6777 6777 { … … 6801 6801 6802 6802 } TIMEx_BreakInputConfigTypeDef; 6803 # 338 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6803 # 338 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6804 6804 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Init(TIM_HandleTypeDef *htim, const TIM_HallSensor_InitTypeDef *sConfig); 6805 6805 HAL_StatusTypeDef HAL_TIMEx_HallSensor_DeInit(TIM_HandleTypeDef *htim); … … 6817 6817 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Start_DMA(TIM_HandleTypeDef *htim, uint32_t *pData, uint16_t Length); 6818 6818 HAL_StatusTypeDef HAL_TIMEx_HallSensor_Stop_DMA(TIM_HandleTypeDef *htim); 6819 # 363 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6819 # 363 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6820 6820 HAL_StatusTypeDef HAL_TIMEx_OCN_Start(TIM_HandleTypeDef *htim, uint32_t Channel); 6821 6821 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); … … 6829 6829 uint16_t Length); 6830 6830 HAL_StatusTypeDef HAL_TIMEx_OCN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6831 # 384 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6831 # 384 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6832 6832 HAL_StatusTypeDef HAL_TIMEx_PWMN_Start(TIM_HandleTypeDef *htim, uint32_t Channel); 6833 6833 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop(TIM_HandleTypeDef *htim, uint32_t Channel); … … 6840 6840 uint16_t Length); 6841 6841 HAL_StatusTypeDef HAL_TIMEx_PWMN_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6842 # 404 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6842 # 404 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6843 6843 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Start(TIM_HandleTypeDef *htim, uint32_t OutputChannel); 6844 6844 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop(TIM_HandleTypeDef *htim, uint32_t OutputChannel); … … 6847 6847 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Start_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); 6848 6848 HAL_StatusTypeDef HAL_TIMEx_OnePulseN_Stop_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); 6849 # 419 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6849 # 419 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6850 6850 HAL_StatusTypeDef HAL_TIMEx_ConfigCommutEvent(TIM_HandleTypeDef *htim, uint32_t InputTrigger, 6851 6851 uint32_t CommutationSource); … … 6866 6866 HAL_StatusTypeDef HAL_TIMEx_DisarmBreakInput(TIM_HandleTypeDef *htim, uint32_t BreakInput); 6867 6867 HAL_StatusTypeDef HAL_TIMEx_ReArmBreakInput(const TIM_HandleTypeDef *htim, uint32_t BreakInput); 6868 # 446 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6868 # 446 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6869 6869 void HAL_TIMEx_CommutCallback(TIM_HandleTypeDef *htim); 6870 6870 void HAL_TIMEx_CommutHalfCpltCallback(TIM_HandleTypeDef *htim); 6871 6871 void HAL_TIMEx_BreakCallback(TIM_HandleTypeDef *htim); 6872 6872 void HAL_TIMEx_Break2Callback(TIM_HandleTypeDef *htim); 6873 # 459 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6873 # 459 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6874 6874 HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState(const TIM_HandleTypeDef *htim); 6875 6875 HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState(const TIM_HandleTypeDef *htim, uint32_t ChannelN); 6876 # 474 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h"6876 # 474 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim_ex.h" 6877 6877 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma); 6878 6878 void TIMEx_DMACommutationHalfCplt(DMA_HandleTypeDef *hdma); 6879 # 2193 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 26880 # 2204 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6879 # 2193 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 2 6880 # 2204 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6881 6881 HAL_StatusTypeDef HAL_TIM_Base_Init(TIM_HandleTypeDef *htim); 6882 6882 HAL_StatusTypeDef HAL_TIM_Base_DeInit(TIM_HandleTypeDef *htim); … … 6892 6892 HAL_StatusTypeDef HAL_TIM_Base_Start_DMA(TIM_HandleTypeDef *htim, const uint32_t *pData, uint16_t Length); 6893 6893 HAL_StatusTypeDef HAL_TIM_Base_Stop_DMA(TIM_HandleTypeDef *htim); 6894 # 2226 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6894 # 2226 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6895 6895 HAL_StatusTypeDef HAL_TIM_OC_Init(TIM_HandleTypeDef *htim); 6896 6896 HAL_StatusTypeDef HAL_TIM_OC_DeInit(TIM_HandleTypeDef *htim); … … 6907 6907 uint16_t Length); 6908 6908 HAL_StatusTypeDef HAL_TIM_OC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6909 # 2249 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6909 # 2249 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6910 6910 HAL_StatusTypeDef HAL_TIM_PWM_Init(TIM_HandleTypeDef *htim); 6911 6911 HAL_StatusTypeDef HAL_TIM_PWM_DeInit(TIM_HandleTypeDef *htim); … … 6922 6922 uint16_t Length); 6923 6923 HAL_StatusTypeDef HAL_TIM_PWM_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6924 # 2272 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6924 # 2272 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6925 6925 HAL_StatusTypeDef HAL_TIM_IC_Init(TIM_HandleTypeDef *htim); 6926 6926 HAL_StatusTypeDef HAL_TIM_IC_DeInit(TIM_HandleTypeDef *htim); … … 6936 6936 HAL_StatusTypeDef HAL_TIM_IC_Start_DMA(TIM_HandleTypeDef *htim, uint32_t Channel, uint32_t *pData, uint16_t Length); 6937 6937 HAL_StatusTypeDef HAL_TIM_IC_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6938 # 2294 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6938 # 2294 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6939 6939 HAL_StatusTypeDef HAL_TIM_OnePulse_Init(TIM_HandleTypeDef *htim, uint32_t OnePulseMode); 6940 6940 HAL_StatusTypeDef HAL_TIM_OnePulse_DeInit(TIM_HandleTypeDef *htim); … … 6947 6947 HAL_StatusTypeDef HAL_TIM_OnePulse_Start_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); 6948 6948 HAL_StatusTypeDef HAL_TIM_OnePulse_Stop_IT(TIM_HandleTypeDef *htim, uint32_t OutputChannel); 6949 # 2313 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6949 # 2313 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6950 6950 HAL_StatusTypeDef HAL_TIM_Encoder_Init(TIM_HandleTypeDef *htim, const TIM_Encoder_InitTypeDef *sConfig); 6951 6951 HAL_StatusTypeDef HAL_TIM_Encoder_DeInit(TIM_HandleTypeDef *htim); … … 6962 6962 uint32_t *pData2, uint16_t Length); 6963 6963 HAL_StatusTypeDef HAL_TIM_Encoder_Stop_DMA(TIM_HandleTypeDef *htim, uint32_t Channel); 6964 # 2336 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6964 # 2336 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6965 6965 void HAL_TIM_IRQHandler(TIM_HandleTypeDef *htim); 6966 # 2346 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6966 # 2346 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6967 6967 HAL_StatusTypeDef HAL_TIM_OC_ConfigChannel(TIM_HandleTypeDef *htim, const TIM_OC_InitTypeDef *sConfig, 6968 6968 uint32_t Channel); … … 6995 6995 HAL_StatusTypeDef HAL_TIM_GenerateEvent(TIM_HandleTypeDef *htim, uint32_t EventSource); 6996 6996 uint32_t HAL_TIM_ReadCapturedValue(const TIM_HandleTypeDef *htim, uint32_t Channel); 6997 # 2385 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"6997 # 2385 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 6998 6998 void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim); 6999 6999 void HAL_TIM_PeriodElapsedHalfCpltCallback(TIM_HandleTypeDef *htim); … … 7006 7006 void HAL_TIM_TriggerHalfCpltCallback(TIM_HandleTypeDef *htim); 7007 7007 void HAL_TIM_ErrorCallback(TIM_HandleTypeDef *htim); 7008 # 2412 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"7008 # 2412 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 7009 7009 HAL_TIM_StateTypeDef HAL_TIM_Base_GetState(const TIM_HandleTypeDef *htim); 7010 7010 HAL_TIM_StateTypeDef HAL_TIM_OC_GetState(const TIM_HandleTypeDef *htim); … … 7018 7018 HAL_TIM_ChannelStateTypeDef HAL_TIM_GetChannelState(const TIM_HandleTypeDef *htim, uint32_t Channel); 7019 7019 HAL_TIM_DMABurstStateTypeDef HAL_TIM_DMABurstState(const TIM_HandleTypeDef *htim); 7020 # 2436 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h"7020 # 2436 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_tim.h" 7021 7021 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure); 7022 7022 void TIM_TI1_SetConfig(TIM_TypeDef *TIMx, uint32_t TIM_ICPolarity, uint32_t TIM_ICSelection, uint32_t TIM_ICFilter); … … 7030 7030 void TIM_DMACaptureHalfCplt(DMA_HandleTypeDef *hdma); 7031 7031 void TIM_CCxChannelCmd(TIM_TypeDef *TIMx, uint32_t Channel, uint32_t ChannelState); 7032 # 289 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 27033 7034 7035 7036 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 17037 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7032 # 289 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 7033 7034 7035 7036 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 1 7037 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7038 7038 typedef struct 7039 7039 { 7040 7040 uint32_t BaudRate; 7041 # 65 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7041 # 65 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7042 7042 uint32_t WordLength; 7043 7043 … … 7110 7110 7111 7111 } UART_AdvFeatureInitTypeDef; 7112 # 177 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7112 # 177 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7113 7113 typedef uint32_t HAL_UART_StateTypeDef; 7114 7114 … … 7175 7175 7176 7176 volatile uint32_t ErrorCode; 7177 # 259 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7177 # 259 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7178 7178 } UART_HandleTypeDef; 7179 # 1489 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7180 # 1 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 17181 # 47 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h"7179 # 1489 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7180 # 1 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 1 7181 # 47 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 7182 7182 typedef struct 7183 7183 { … … 7192 7192 uint8_t Address; 7193 7193 } UART_WakeUpTypeDef; 7194 # 141 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h"7194 # 141 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 7195 7195 HAL_StatusTypeDef HAL_RS485Ex_Init(UART_HandleTypeDef *huart, uint32_t Polarity, uint32_t AssertionTime, uint32_t DeassertionTime); 7196 # 151 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h"7196 # 151 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 7197 7197 void HAL_UARTEx_WakeupCallback(UART_HandleTypeDef *huart); 7198 7198 7199 7199 void HAL_UARTEx_RxFifoFullCallback(UART_HandleTypeDef *huart); 7200 7200 void HAL_UARTEx_TxFifoEmptyCallback(UART_HandleTypeDef *huart); 7201 # 165 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h"7201 # 165 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart_ex.h" 7202 7202 HAL_StatusTypeDef HAL_UARTEx_StopModeWakeUpSourceConfig(UART_HandleTypeDef *huart, UART_WakeUpTypeDef WakeUpSelection); 7203 7203 HAL_StatusTypeDef HAL_UARTEx_EnableStopMode(UART_HandleTypeDef *huart); … … 7208 7208 HAL_StatusTypeDef HAL_UARTEx_SetTxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold); 7209 7209 HAL_StatusTypeDef HAL_UARTEx_SetRxFifoThreshold(UART_HandleTypeDef *huart, uint32_t Threshold); 7210 # 1490 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 27211 # 1502 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7210 # 1490 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 2 7211 # 1502 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7212 7212 HAL_StatusTypeDef HAL_UART_Init(UART_HandleTypeDef *huart); 7213 7213 HAL_StatusTypeDef HAL_HalfDuplex_Init(UART_HandleTypeDef *huart); … … 7217 7217 void HAL_UART_MspInit(UART_HandleTypeDef *huart); 7218 7218 void HAL_UART_MspDeInit(UART_HandleTypeDef *huart); 7219 # 1525 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7219 # 1525 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7220 7220 HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout); 7221 7221 HAL_StatusTypeDef HAL_UART_Receive(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout); … … 7244 7244 void HAL_UART_AbortTransmitCpltCallback(UART_HandleTypeDef *huart); 7245 7245 void HAL_UART_AbortReceiveCpltCallback(UART_HandleTypeDef *huart); 7246 # 1561 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7246 # 1561 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7247 7247 HAL_StatusTypeDef HAL_LIN_SendBreak(UART_HandleTypeDef *huart); 7248 7248 HAL_StatusTypeDef HAL_MultiProcessor_EnableMuteMode(UART_HandleTypeDef *huart); … … 7251 7251 HAL_StatusTypeDef HAL_HalfDuplex_EnableTransmitter(UART_HandleTypeDef *huart); 7252 7252 HAL_StatusTypeDef HAL_HalfDuplex_EnableReceiver(UART_HandleTypeDef *huart); 7253 # 1577 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7253 # 1577 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7254 7254 HAL_UART_StateTypeDef HAL_UART_GetState(UART_HandleTypeDef *huart); 7255 7255 uint32_t HAL_UART_GetError(UART_HandleTypeDef *huart); 7256 # 1595 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h"7256 # 1595 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal_uart.h" 7257 7257 HAL_StatusTypeDef UART_SetConfig(UART_HandleTypeDef *huart); 7258 7258 HAL_StatusTypeDef UART_CheckIdleState(UART_HandleTypeDef *huart); 7259 7259 HAL_StatusTypeDef UART_WaitOnFlagUntilTimeout(UART_HandleTypeDef *huart, uint32_t Flag, FlagStatus Status, uint32_t Tickstart, uint32_t Timeout); 7260 7260 void UART_AdvFeatureConfig(UART_HandleTypeDef *huart); 7261 # 293 "D:/projekte/ecs _smartSwitch/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 27262 # 30 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 27263 # 43 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7261 # 293 "D:/projekte/ecsSmartPro/trunk/firmware/Inc\\stm32g0xx_hal_conf.h" 2 7262 # 30 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 2 7263 # 43 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7264 7264 typedef enum 7265 7265 { … … 7269 7269 HAL_TICK_FREQ_DEFAULT = HAL_TICK_FREQ_1KHZ 7270 7270 } HAL_TickFreqTypeDef; 7271 # 732 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7271 # 732 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7272 7272 HAL_StatusTypeDef HAL_Init(void); 7273 7273 HAL_StatusTypeDef HAL_DeInit(void); … … 7275 7275 void HAL_MspDeInit(void); 7276 7276 HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); 7277 # 747 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7277 # 747 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7278 7278 void HAL_IncTick(void); 7279 7279 void HAL_Delay(uint32_t Delay); … … 7290 7290 uint32_t HAL_GetUIDw1(void); 7291 7291 uint32_t HAL_GetUIDw2(void); 7292 # 771 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7292 # 771 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7293 7293 void HAL_DBGMCU_EnableDBGStopMode(void); 7294 7294 void HAL_DBGMCU_DisableDBGStopMode(void); 7295 7295 void HAL_DBGMCU_EnableDBGStandbyMode(void); 7296 7296 void HAL_DBGMCU_DisableDBGStandbyMode(void); 7297 # 784 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7297 # 784 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7298 7298 extern volatile uint32_t uwTick; 7299 7299 extern uint32_t uwTickPrio; 7300 7300 extern HAL_TickFreqTypeDef uwTickFreq; 7301 # 805 "D:/projekte/ecs _smartSwitch/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h"7301 # 805 "D:/projekte/ecsSmartPro/trunk/firmware/Drivers/STM32G0xx_HAL_Driver/Inc\\stm32g0xx_hal.h" 7302 7302 void HAL_SYSCFG_EnableIOAnalogSwitchBooster(void); 7303 7303 void HAL_SYSCFG_DisableIOAnalogSwitchBooster(void); … … 7310 7310 7311 7311 void HAL_SYSCFG_StrobeDBattpinsConfig(uint32_t ConfigDeadBattery); 7312 # 26 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 27313 # 112 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7312 # 26 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 2 7313 # 112 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7314 7314 HAL_StatusTypeDef HAL_RCCEx_PeriphCLKConfig(RCC_PeriphCLKInitTypeDef *PeriphClkInit) 7315 7315 { … … 7430 7430 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((0x3UL << (2U))))) | ((uint32_t)(PeriphClkInit->Usart2ClockSelection))))); 7431 7431 } 7432 # 287 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7432 # 287 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7433 7433 if (((PeriphClkInit->PeriphClockSelection) & 0x00000020U) == 0x00000020U) 7434 7434 { … … 7439 7439 (((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR)) = ((((((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR))) & (~((0x3UL << (12U))))) | ((uint32_t)(PeriphClkInit->I2c1ClockSelection))))); 7440 7440 } 7441 # 323 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7441 # 323 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7442 7442 if (((PeriphClkInit->PeriphClockSelection) & 0x00004000U) == 0x00004000U) 7443 7443 { … … 7454 7454 } 7455 7455 } 7456 # 387 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7456 # 387 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7457 7457 if (((PeriphClkInit->PeriphClockSelection) & 0x00000800U) == 0x00000800U) 7458 7458 { … … 7469 7469 } 7470 7470 } 7471 # 456 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7471 # 456 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7472 7472 return status; 7473 7473 } 7474 # 469 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7474 # 469 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7475 7475 void HAL_RCCEx_GetPeriphCLKConfig(RCC_PeriphCLKInitTypeDef *PeriphClkInit) 7476 7476 { 7477 7477 7478 7478 PeriphClkInit->PeriphClockSelection = 0x00000001U | 0x00000020U | 0x00000800U | 0x00004000U | 0x00020000U ; 7479 # 497 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7479 # 497 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7480 7480 PeriphClkInit->PeriphClockSelection |= 0x00000002U; 7481 # 515 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7481 # 515 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7482 7482 PeriphClkInit->Usart1ClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & ((0x3UL << (0U)))))); 7483 7483 7484 7484 7485 7485 PeriphClkInit->Usart2ClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & ((0x3UL << (2U)))))); 7486 # 533 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7486 # 533 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7487 7487 PeriphClkInit->I2c1ClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & ((0x3UL << (12U)))))); 7488 # 555 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7488 # 555 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7489 7489 PeriphClkInit->RTCClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->BDCR) & ((0x3UL << (8U)))))); 7490 7490 … … 7494 7494 7495 7495 PeriphClkInit->AdcClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & ((0x3UL << (30U)))))); 7496 # 575 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7496 # 575 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7497 7497 PeriphClkInit->I2s1ClockSelection = ((uint32_t)(((((RCC_TypeDef *) (((0x40000000UL) + 0x00020000UL) + 0x00001000UL))->CCIPR) & ((0x3UL << (14U)))))); 7498 7498 … … 7501 7501 7502 7502 } 7503 # 610 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7503 # 610 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7504 7504 uint32_t HAL_RCCEx_GetPeriphCLKFreq(uint32_t PeriphClk) 7505 7505 { … … 7564 7564 switch (PeriphClk) 7565 7565 { 7566 # 700 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7566 # 700 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7567 7567 case 0x00000001U: 7568 7568 … … 7618 7618 } 7619 7619 break; 7620 # 863 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7620 # 863 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7621 7621 case 0x00004000U: 7622 7622 … … 7669 7669 } 7670 7670 break; 7671 # 939 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7671 # 939 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7672 7672 case 0x00000800U: 7673 7673 … … 7702 7702 } 7703 7703 break; 7704 # 1181 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7704 # 1181 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7705 7705 default: 7706 7706 break; … … 7710 7710 return (frequency); 7711 7711 } 7712 # 1216 "D:\\projekte\\ecs _smartSwitch\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c"7712 # 1216 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\Drivers\\STM32G0xx_HAL_Driver\\Src\\stm32g0xx_hal_rcc_ex.c" 7713 7713 void HAL_RCCEx_EnableLSCO(uint32_t LSCOSource) 7714 7714 {
Note: See TracChangeset
for help on using the changeset viewer.
