STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Modules | Data Structures | Macros
Stm32f745xx

Modules

 Configuration_section_for_CMSIS
 
 Peripheral_registers_structures
 

Data Structures

struct  USB_OTG_GlobalTypeDef
 USB_OTG_Core_Registers. More...
 
struct  USB_OTG_DeviceTypeDef
 USB_OTG_device_Registers. More...
 
struct  USB_OTG_INEndpointTypeDef
 USB_OTG_IN_Endpoint-Specific_Register. More...
 
struct  USB_OTG_OUTEndpointTypeDef
 USB_OTG_OUT_Endpoint-Specific_Registers. More...
 
struct  USB_OTG_HostTypeDef
 USB_OTG_Host_Mode_Register_Structures. More...
 
struct  USB_OTG_HostChannelTypeDef
 USB_OTG_Host_Channel_Specific_Registers. More...
 

Macros

#define __CM7_REV   0x0001U
 Configuration of the Cortex-M7 Processor and Core Peripherals. More...
 
#define __MPU_PRESENT   1
 
#define __NVIC_PRIO_BITS   4
 
#define __Vendor_SysTickConfig   0
 
#define __FPU_PRESENT   1
 
#define __ICACHE_PRESENT   1
 
#define __DCACHE_PRESENT   1
 

Detailed Description

Macro Definition Documentation

#define __CM7_REV   0x0001U

Configuration of the Cortex-M7 Processor and Core Peripherals.

Cortex-M7 revision r0p1

Definition at line 183 of file stm32f745xx.h.

#define __DCACHE_PRESENT   1

CM7 data cache present Cortex-M7 processor and core peripherals

Definition at line 189 of file stm32f745xx.h.

#define __FPU_PRESENT   1

FPU present

Definition at line 187 of file stm32f745xx.h.

#define __ICACHE_PRESENT   1

CM7 instruction cache present

Definition at line 188 of file stm32f745xx.h.

#define __MPU_PRESENT   1

CM7 provides an MPU

Definition at line 184 of file stm32f745xx.h.

#define __NVIC_PRIO_BITS   4

CM7 uses 4 Bits for the Priority Levels

Definition at line 185 of file stm32f745xx.h.

#define __Vendor_SysTickConfig   0

Set to 1 if different SysTick Config is used

Definition at line 186 of file stm32f745xx.h.