@@ -119,7 +119,7 @@ dma_map!(
119
119
( Stream2 <DMA1 >: 3 , pac:: I2C3 , [ PeripheralToMemory ] ) , //I2C3_RX:DMA_CHANNEL_3
120
120
) ;
121
121
122
- #[ cfg( any( feature = "gpio-f401" , feature = "gpio-f411" , ) ) ]
122
+ #[ cfg( any( feature = "gpio-f401" , feature = "gpio-f411" ) ) ]
123
123
dma_map ! (
124
124
( Stream1 <DMA1 >: 3 , timer:: CCR3 <pac:: TIM2 >, [ MemoryToPeripheral | PeripheralToMemory ] ) , //TIM2_CH3
125
125
( Stream1 <DMA1 >: 3 , timer:: DMAR <pac:: TIM2 >, [ MemoryToPeripheral | PeripheralToMemory ] ) , //TIM2_UP
@@ -253,15 +253,15 @@ dma_map!(
253
253
);
254
254
*/
255
255
256
- #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
256
+ #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
257
257
dma_map ! (
258
258
( Stream2 <DMA1 >: 3 , pac:: I2C3 , [ PeripheralToMemory ] ) , //I2C3_RX
259
259
( Stream5 <DMA2 >: 2 , pac:: CRYP , [ PeripheralToMemory ] ) , //CRYP_OUT
260
260
( Stream6 <DMA2 >: 2 , pac:: CRYP , [ MemoryToPeripheral ] ) , //CRYP_IN
261
261
( Stream7 <DMA2 >: 2 , pac:: HASH , [ MemoryToPeripheral ] ) , //HASH_IN
262
262
) ;
263
263
264
- #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
264
+ #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
265
265
address ! ( ( pac:: HASH , din, u32 ) , ( pac:: CRYP , din, u32 ) , ) ;
266
266
267
267
#[ cfg( feature = "cryp" ) ]
@@ -366,7 +366,7 @@ dma_map!(
366
366
) ) ]
367
367
address ! ( ( pac:: SPI5 , dr, u8 ) , ) ;
368
368
369
- #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" , ) ) ]
369
+ #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
370
370
dma_map ! (
371
371
( Stream4 <DMA2 >: 4 , pac:: SPI4 , [ PeripheralToMemory ] ) , //SPI4_RX
372
372
) ;
@@ -426,15 +426,15 @@ dma_map!(
426
426
#[ cfg( feature = "quadspi" ) ]
427
427
address ! ( ( pac:: QUADSPI , dr, u32 ) , ) ;
428
428
429
- #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
429
+ #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
430
430
dma_map ! (
431
431
( Stream0 <DMA1 >: 5 , pac:: UART8 , [ MemoryToPeripheral ] ) , //UART8_TX
432
432
( Stream1 <DMA1 >: 5 , pac:: UART7 , [ MemoryToPeripheral ] ) , //UART7_TX
433
433
( Stream3 <DMA1 >: 5 , pac:: UART7 , [ PeripheralToMemory ] ) , //UART7_RX
434
434
( Stream6 <DMA1 >: 5 , pac:: UART8 , [ PeripheralToMemory ] ) , //UART8_RX
435
435
) ;
436
436
437
- #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
437
+ #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
438
438
address ! ( ( pac:: UART7 , dr, u8 ) , ( pac:: UART8 , dr, u8 ) , ) ;
439
439
440
440
#[ cfg( feature = "gpio-f413" ) ]
@@ -522,7 +522,7 @@ dma_map!(
522
522
//(Stream6<DMA1>:0, SPDIFRX_CS, [PeripheralToMemory]), //SPDIF_RX_CS
523
523
) ;
524
524
525
- #[ cfg( any( feature = "gpio-f410" , feature = "gpio-f412" , feature = "gpio-f413" , ) ) ]
525
+ #[ cfg( any( feature = "gpio-f410" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
526
526
dma_map ! (
527
527
( Stream0 <DMA1 >: 7 , pac:: FMPI2C1 , [ PeripheralToMemory ] ) , //FMPI2C1_RX
528
528
( Stream1 <DMA1 >: 2 , pac:: FMPI2C1 , [ MemoryToPeripheral ] ) , //FMPI2C1_TX
0 commit comments