Skip to content

Commit 2660d9f

Browse files
committed
[F4] Update STM32F4xx CMSIS to v1.7.7
Included in STM32CubeF4 FW V1.24.2 Note: Trailing spaces have been cleaned. Signed-off-by: Frederic.Pillon <[email protected]>
1 parent dda963e commit 2660d9f

29 files changed

+1758
-156
lines changed

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xc.h

-4
Original file line numberDiff line numberDiff line change
@@ -8408,10 +8408,6 @@ typedef struct
84088408
((INSTANCE) == TIM4) || \
84098409
((INSTANCE) == TIM5) || \
84108410
((INSTANCE) == TIM9))
8411-
8412-
/****************** TIM Instances : supporting synchronization ****************/
8413-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
8414-
84158411
/********************** TIM Instances : 32 bit Counter ************************/
84168412
#define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
84178413
((INSTANCE) == TIM5))

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f401xe.h

-4
Original file line numberDiff line numberDiff line change
@@ -8408,10 +8408,6 @@ typedef struct
84088408
((INSTANCE) == TIM4) || \
84098409
((INSTANCE) == TIM5) || \
84108410
((INSTANCE) == TIM9))
8411-
8412-
/****************** TIM Instances : supporting synchronization ****************/
8413-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
8414-
84158411
/********************** TIM Instances : 32 bit Counter ************************/
84168412
#define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
84178413
((INSTANCE) == TIM5))

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f405xx.h

-4
Original file line numberDiff line numberDiff line change
@@ -14004,10 +14004,6 @@ typedef struct
1400414004
((INSTANCE) == TIM8) || \
1400514005
((INSTANCE) == TIM9) || \
1400614006
((INSTANCE) == TIM12))
14007-
14008-
/****************** TIM Instances : supporting synchronization ****************/
14009-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
14010-
1401114007
/********************** TIM Instances : 32 bit Counter ************************/
1401214008
#define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
1401314009
((INSTANCE) == TIM5))

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -13576,7 +13576,7 @@ typedef struct
1357613576
#define ETH_DMASR_TPS_Reading ETH_DMASR_TPS_Reading_Msk /* Running - reading the data from host memory */
1357713577
#define ETH_DMASR_TPS_Suspended_Pos (21U)
1357813578
#define ETH_DMASR_TPS_Suspended_Msk (0x3UL << ETH_DMASR_TPS_Suspended_Pos) /*!< 0x00600000 */
13579-
#define ETH_DMASR_TPS_Suspended ETH_DMASR_TPS_Suspended_Msk /* Suspended - Tx Descriptor unavailabe */
13579+
#define ETH_DMASR_TPS_Suspended ETH_DMASR_TPS_Suspended_Msk /* Suspended - Tx Descriptor unavailable */
1358013580
#define ETH_DMASR_TPS_Closing_Pos (20U)
1358113581
#define ETH_DMASR_TPS_Closing_Msk (0x7UL << ETH_DMASR_TPS_Closing_Pos) /*!< 0x00700000 */
1358213582
#define ETH_DMASR_TPS_Closing ETH_DMASR_TPS_Closing_Msk /* Running - closing Rx descriptor */
@@ -13598,7 +13598,7 @@ typedef struct
1359813598
#define ETH_DMASR_RPS_Closing ETH_DMASR_RPS_Closing_Msk /* Running - closing descriptor */
1359913599
#define ETH_DMASR_RPS_Queuing_Pos (17U)
1360013600
#define ETH_DMASR_RPS_Queuing_Msk (0x7UL << ETH_DMASR_RPS_Queuing_Pos) /*!< 0x000E0000 */
13601-
#define ETH_DMASR_RPS_Queuing ETH_DMASR_RPS_Queuing_Msk /* Running - queuing the recieve frame into host memory */
13601+
#define ETH_DMASR_RPS_Queuing ETH_DMASR_RPS_Queuing_Msk /* Running - queuing the receive frame into host memory */
1360213602
#define ETH_DMASR_NIS_Pos (16U)
1360313603
#define ETH_DMASR_NIS_Msk (0x1UL << ETH_DMASR_NIS_Pos) /*!< 0x00010000 */
1360413604
#define ETH_DMASR_NIS ETH_DMASR_NIS_Msk /* Normal interrupt summary */
@@ -15295,10 +15295,6 @@ typedef struct
1529515295
((INSTANCE) == TIM8) || \
1529615296
((INSTANCE) == TIM9) || \
1529715297
((INSTANCE) == TIM12))
15298-
15299-
/****************** TIM Instances : supporting synchronization ****************/
15300-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
15301-
1530215298
/********************** TIM Instances : 32 bit Counter ************************/
1530315299
#define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
1530415300
((INSTANCE) == TIM5))

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410cx.h

-3
Original file line numberDiff line numberDiff line change
@@ -7132,9 +7132,6 @@ typedef struct
71327132
((INSTANCE) == TIM9) || \
71337133
((INSTANCE) == TIM11))
71347134

7135-
/****************** TIM Instances : supporting synchronization ****************/
7136-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
7137-
71387135
/************* TIM Instances : at least 1 capture/compare channel *************/
71397136
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
71407137
((INSTANCE) == TIM5) || \

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410rx.h

-3
Original file line numberDiff line numberDiff line change
@@ -7136,9 +7136,6 @@ typedef struct
71367136
((INSTANCE) == TIM9) || \
71377137
((INSTANCE) == TIM11))
71387138

7139-
/****************** TIM Instances : supporting synchronization ****************/
7140-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
7141-
71427139
/************* TIM Instances : at least 1 capture/compare channel *************/
71437140
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
71447141
((INSTANCE) == TIM5) || \

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f410tx.h

-3
Original file line numberDiff line numberDiff line change
@@ -7080,9 +7080,6 @@ typedef struct
70807080
((INSTANCE) == TIM9) || \
70817081
((INSTANCE) == TIM11))
70827082

7083-
/****************** TIM Instances : supporting synchronization ****************/
7084-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
7085-
70867083
/************* TIM Instances : at least 1 capture/compare channel *************/
70877084
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
70887085
((INSTANCE) == TIM5) || \

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f411xe.h

-4
Original file line numberDiff line numberDiff line change
@@ -8443,10 +8443,6 @@ typedef struct
84438443
((INSTANCE) == TIM4) || \
84448444
((INSTANCE) == TIM5) || \
84458445
((INSTANCE) == TIM9))
8446-
8447-
/****************** TIM Instances : supporting synchronization ****************/
8448-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
8449-
84508446
/********************** TIM Instances : 32 bit Counter ************************/
84518447
#define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
84528448
((INSTANCE) == TIM5))

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412cx.h

-5
Original file line numberDiff line numberDiff line change
@@ -13117,9 +13117,6 @@ typedef struct
1311713117
((INSTANCE) == TIM13)|| \
1311813118
((INSTANCE) == TIM14))
1311913119

13120-
/****************** TIM Instances : supporting synchronization ****************/
13121-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
13122-
1312313120
/************* TIM Instances : at least 1 capture/compare channel *************/
1312413121
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1312513122
((INSTANCE) == TIM2) || \
@@ -13461,8 +13458,6 @@ typedef struct
1346113458
/***************************** FMPI2C Instances *******************************/
1346213459
#define IS_FMPI2C_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == FMPI2C1)
1346313460
#define IS_FMPSMBUS_ALL_INSTANCE IS_FMPI2C_ALL_INSTANCE
13464-
/****************************** USB Instances ********************************/
13465-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1346613461
/****************************** USB Exported Constants ************************/
1346713462
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1346813463
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412rx.h

-5
Original file line numberDiff line numberDiff line change
@@ -14095,9 +14095,6 @@ typedef struct
1409514095
((INSTANCE) == TIM13)|| \
1409614096
((INSTANCE) == TIM14))
1409714097

14098-
/****************** TIM Instances : supporting synchronization ****************/
14099-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
14100-
1410114098
/************* TIM Instances : at least 1 capture/compare channel *************/
1410214099
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1410314100
((INSTANCE) == TIM2) || \
@@ -14442,8 +14439,6 @@ typedef struct
1444214439

1444314440
/****************************** QSPI Instances ********************************/
1444414441
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
14445-
/****************************** USB Instances ********************************/
14446-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1444714442
/****************************** USB Exported Constants ************************/
1444814443
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1444914444
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412vx.h

-5
Original file line numberDiff line numberDiff line change
@@ -14109,9 +14109,6 @@ typedef struct
1410914109
((INSTANCE) == TIM13)|| \
1411014110
((INSTANCE) == TIM14))
1411114111

14112-
/****************** TIM Instances : supporting synchronization ****************/
14113-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
14114-
1411514112
/************* TIM Instances : at least 1 capture/compare channel *************/
1411614113
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1411714114
((INSTANCE) == TIM2) || \
@@ -14456,8 +14453,6 @@ typedef struct
1445614453

1445714454
/****************************** QSPI Instances ********************************/
1445814455
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
14459-
/****************************** USB Instances ********************************/
14460-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1446114456
/****************************** USB Exported Constants ************************/
1446214457
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1446314458
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f412zx.h

-5
Original file line numberDiff line numberDiff line change
@@ -14131,9 +14131,6 @@ typedef struct
1413114131
((INSTANCE) == TIM13)|| \
1413214132
((INSTANCE) == TIM14))
1413314133

14134-
/****************** TIM Instances : supporting synchronization ****************/
14135-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
14136-
1413714134
/************* TIM Instances : at least 1 capture/compare channel *************/
1413814135
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1413914136
((INSTANCE) == TIM2) || \
@@ -14479,8 +14476,6 @@ typedef struct
1447914476

1448014477
/****************************** QSPI Instances ********************************/
1448114478
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
14482-
/****************************** USB Instances ********************************/
14483-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1448414479
/****************************** USB Exported Constants ************************/
1448514480
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1448614481
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f413xx.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -6898,13 +6898,12 @@ typedef struct
68986898
#define FLASH_CR_MER_Msk (0x1UL << FLASH_CR_MER_Pos) /*!< 0x00000004 */
68996899
#define FLASH_CR_MER FLASH_CR_MER_Msk
69006900
#define FLASH_CR_SNB_Pos (3U)
6901-
#define FLASH_CR_SNB_Msk (0x1FUL << FLASH_CR_SNB_Pos) /*!< 0x000000F8 */
6901+
#define FLASH_CR_SNB_Msk (0x0FUL << FLASH_CR_SNB_Pos) /*!< 0x00000078 */
69026902
#define FLASH_CR_SNB FLASH_CR_SNB_Msk
69036903
#define FLASH_CR_SNB_0 (0x01UL << FLASH_CR_SNB_Pos) /*!< 0x00000008 */
69046904
#define FLASH_CR_SNB_1 (0x02UL << FLASH_CR_SNB_Pos) /*!< 0x00000010 */
69056905
#define FLASH_CR_SNB_2 (0x04UL << FLASH_CR_SNB_Pos) /*!< 0x00000020 */
69066906
#define FLASH_CR_SNB_3 (0x08UL << FLASH_CR_SNB_Pos) /*!< 0x00000040 */
6907-
#define FLASH_CR_SNB_4 (0x10UL << FLASH_CR_SNB_Pos) /*!< 0x00000080 */
69086907
#define FLASH_CR_PSIZE_Pos (8U)
69096908
#define FLASH_CR_PSIZE_Msk (0x3UL << FLASH_CR_PSIZE_Pos) /*!< 0x00000300 */
69106909
#define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk
@@ -15057,9 +15056,6 @@ typedef struct
1505715056
((INSTANCE) == TIM13)|| \
1505815057
((INSTANCE) == TIM14))
1505915058

15060-
/****************** TIM Instances : supporting synchronization ****************/
15061-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
15062-
1506315059
/************* TIM Instances : at least 1 capture/compare channel *************/
1506415060
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1506515061
((INSTANCE) == TIM2) || \
@@ -15417,8 +15413,6 @@ typedef struct
1541715413

1541815414
/****************************** QSPI Instances ********************************/
1541915415
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
15420-
/****************************** USB Instances ********************************/
15421-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1542215416
/****************************** USB Exported Constants ************************/
1542315417
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1542415418
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f415xx.h

-3
Original file line numberDiff line numberDiff line change
@@ -14184,9 +14184,6 @@ typedef struct
1418414184
((INSTANCE) == TIM13)|| \
1418514185
((INSTANCE) == TIM14))
1418614186

14187-
/****************** TIM Instances : supporting synchronization ****************/
14188-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
14189-
1419014187
/************* TIM Instances : at least 1 capture/compare channel *************/
1419114188
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1419214189
((INSTANCE) == TIM2) || \

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f417xx.h

+2-5
Original file line numberDiff line numberDiff line change
@@ -13856,7 +13856,7 @@ typedef struct
1385613856
#define ETH_DMASR_TPS_Reading ETH_DMASR_TPS_Reading_Msk /* Running - reading the data from host memory */
1385713857
#define ETH_DMASR_TPS_Suspended_Pos (21U)
1385813858
#define ETH_DMASR_TPS_Suspended_Msk (0x3UL << ETH_DMASR_TPS_Suspended_Pos) /*!< 0x00600000 */
13859-
#define ETH_DMASR_TPS_Suspended ETH_DMASR_TPS_Suspended_Msk /* Suspended - Tx Descriptor unavailabe */
13859+
#define ETH_DMASR_TPS_Suspended ETH_DMASR_TPS_Suspended_Msk /* Suspended - Tx Descriptor unavailable */
1386013860
#define ETH_DMASR_TPS_Closing_Pos (20U)
1386113861
#define ETH_DMASR_TPS_Closing_Msk (0x7UL << ETH_DMASR_TPS_Closing_Pos) /*!< 0x00700000 */
1386213862
#define ETH_DMASR_TPS_Closing ETH_DMASR_TPS_Closing_Msk /* Running - closing Rx descriptor */
@@ -13878,7 +13878,7 @@ typedef struct
1387813878
#define ETH_DMASR_RPS_Closing ETH_DMASR_RPS_Closing_Msk /* Running - closing descriptor */
1387913879
#define ETH_DMASR_RPS_Queuing_Pos (17U)
1388013880
#define ETH_DMASR_RPS_Queuing_Msk (0x7UL << ETH_DMASR_RPS_Queuing_Pos) /*!< 0x000E0000 */
13881-
#define ETH_DMASR_RPS_Queuing ETH_DMASR_RPS_Queuing_Msk /* Running - queuing the recieve frame into host memory */
13881+
#define ETH_DMASR_RPS_Queuing ETH_DMASR_RPS_Queuing_Msk /* Running - queuing the receive frame into host memory */
1388213882
#define ETH_DMASR_NIS_Pos (16U)
1388313883
#define ETH_DMASR_NIS_Msk (0x1UL << ETH_DMASR_NIS_Pos) /*!< 0x00010000 */
1388413884
#define ETH_DMASR_NIS ETH_DMASR_NIS_Msk /* Normal interrupt summary */
@@ -15470,9 +15470,6 @@ typedef struct
1547015470
((INSTANCE) == TIM13)|| \
1547115471
((INSTANCE) == TIM14))
1547215472

15473-
/****************** TIM Instances : supporting synchronization ****************/
15474-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
15475-
1547615473
/************* TIM Instances : at least 1 capture/compare channel *************/
1547715474
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1547815475
((INSTANCE) == TIM2) || \

system/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f423xx.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -6934,13 +6934,12 @@ typedef struct
69346934
#define FLASH_CR_MER_Msk (0x1UL << FLASH_CR_MER_Pos) /*!< 0x00000004 */
69356935
#define FLASH_CR_MER FLASH_CR_MER_Msk
69366936
#define FLASH_CR_SNB_Pos (3U)
6937-
#define FLASH_CR_SNB_Msk (0x1FUL << FLASH_CR_SNB_Pos) /*!< 0x000000F8 */
6937+
#define FLASH_CR_SNB_Msk (0x0FUL << FLASH_CR_SNB_Pos) /*!< 0x00000078 */
69386938
#define FLASH_CR_SNB FLASH_CR_SNB_Msk
69396939
#define FLASH_CR_SNB_0 (0x01UL << FLASH_CR_SNB_Pos) /*!< 0x00000008 */
69406940
#define FLASH_CR_SNB_1 (0x02UL << FLASH_CR_SNB_Pos) /*!< 0x00000010 */
69416941
#define FLASH_CR_SNB_2 (0x04UL << FLASH_CR_SNB_Pos) /*!< 0x00000020 */
69426942
#define FLASH_CR_SNB_3 (0x08UL << FLASH_CR_SNB_Pos) /*!< 0x00000040 */
6943-
#define FLASH_CR_SNB_4 (0x10UL << FLASH_CR_SNB_Pos) /*!< 0x00000080 */
69446943
#define FLASH_CR_PSIZE_Pos (8U)
69456944
#define FLASH_CR_PSIZE_Msk (0x3UL << FLASH_CR_PSIZE_Pos) /*!< 0x00000300 */
69466945
#define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk
@@ -15210,9 +15209,6 @@ typedef struct
1521015209
((INSTANCE) == TIM13)|| \
1521115210
((INSTANCE) == TIM14))
1521215211

15213-
/****************** TIM Instances : supporting synchronization ****************/
15214-
#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE)
15215-
1521615212
/************* TIM Instances : at least 1 capture/compare channel *************/
1521715213
#define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
1521815214
((INSTANCE) == TIM2) || \
@@ -15570,8 +15566,6 @@ typedef struct
1557015566

1557115567
/****************************** QSPI Instances ********************************/
1557215568
#define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
15573-
/****************************** USB Instances ********************************/
15574-
#define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB_OTG_FS)
1557515569
/****************************** USB Exported Constants ************************/
1557615570
#define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 12U
1557715571
#define USB_OTG_FS_MAX_IN_ENDPOINTS 6U /* Including EP0 */

0 commit comments

Comments
 (0)