We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 841cac6 + cf6cbf0 commit c484aaeCopy full SHA for c484aae
src/portable/st/stm32_fsdev/fsdev_at32.h
@@ -36,9 +36,14 @@
36
#endif
37
38
#define FSDEV_PMA_SIZE (512u)
39
+#define FSDEV_USE_SBUF_ISO 0
40
#define FSDEV_REG_BASE (APB1PERIPH_BASE + 0x00005C00UL)
41
#define FSDEV_PMA_BASE (APB1PERIPH_BASE + 0x00006000UL)
42
43
+#ifndef CFG_TUD_FSDEV_DOUBLE_BUFFERED_ISO_EP
44
+ #define CFG_TUD_FSDEV_DOUBLE_BUFFERED_ISO_EP 0
45
+#endif
46
+
47
/**************************** ISTR interrupt events *************************/
48
#define USB_ISTR_CTR ((uint16_t)0x8000U) /*!< Correct TRansfer (clear-only bit) */
49
#define USB_ISTR_PMAOVR ((uint16_t)0x4000U) /*!< DMA OVeR/underrun (clear-only bit) */
0 commit comments