USB CPU specific definitions for the STM32 family. More...
USB CPU specific definitions for the STM32 family.
Definition in file cpu_usbdev.h.
Go to the source code of this file.
Data Structures | |
struct | stm32_usbdev_fs_config_t |
stm32 USB device FS configuration More... | |
#define | USBDEV_CPU_DMA_ALIGNMENT (4) |
USBDEV buffers must be word aligned because of DMA restrictions. | |
#define | USBDEV_CPU_DMA_REQUIREMENTS __attribute__((aligned(USBDEV_CPU_DMA_ALIGNMENT))) |
USBDEV buffer instantiation requirement. | |
#define USBDEV_CPU_DMA_ALIGNMENT (4) |
USBDEV buffers must be word aligned because of DMA restrictions.
Definition at line 35 of file cpu_usbdev.h.
#define USBDEV_CPU_DMA_REQUIREMENTS __attribute__((aligned(USBDEV_CPU_DMA_ALIGNMENT))) |
USBDEV buffer instantiation requirement.
Definition at line 40 of file cpu_usbdev.h.