70 #if !defined (STM32F7) 77 #if !defined (STM32F756xx) && !defined (STM32F746xx) && !defined (STM32F745xx) && !defined (STM32F767xx) && \ 78 !defined (STM32F769xx) && !defined (STM32F777xx) && !defined (STM32F779xx) 98 #if !defined (USE_HAL_DRIVER) 110 #define __STM32F7_CMSIS_VERSION_MAIN (0x01) 111 #define __STM32F7_CMSIS_VERSION_SUB1 (0x01) 112 #define __STM32F7_CMSIS_VERSION_SUB2 (0x00) 113 #define __STM32F7_CMSIS_VERSION_RC (0x00) 114 #define __STM32F7_CMSIS_VERSION ((__STM32F7_CMSIS_VERSION_MAIN << 24)\ 115 |(__STM32F7_CMSIS_VERSION_SUB1 << 16)\ 116 |(__STM32F7_CMSIS_VERSION_SUB2 << 8 )\ 117 |(__STM32F7_CMSIS_VERSION)) 125 #if defined(STM32F756xx) 127 #elif defined(STM32F746xx) 129 #elif defined(STM32F745xx) 131 #elif defined(STM32F765xx) 133 #elif defined(STM32F767xx) 135 #elif defined(STM32F769xx) 137 #elif defined(STM32F777xx) 139 #elif defined(STM32F779xx) 142 #error "Please select first the target STM32F7xx device used in your application (in stm32f7xx.h file)" 163 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) 178 #define SET_BIT(REG, BIT) ((REG) |= (BIT)) 180 #define CLEAR_BIT(REG, BIT) ((REG) &= ~(BIT)) 182 #define READ_BIT(REG, BIT) ((REG) & (BIT)) 184 #define CLEAR_REG(REG) ((REG) = (0x0)) 186 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) 188 #define READ_REG(REG) ((REG)) 190 #define MODIFY_REG(REG, CLEARMASK, SETMASK) WRITE_REG((REG), (((READ_REG(REG)) & (~(CLEARMASK))) | (SETMASK))) 192 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) 198 #ifdef USE_HAL_DRIVER CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.
CMSIS Cortex-M7 Device Peripheral Access Layer Header File.