@@ -119,7 +119,7 @@ dma_map!(
119119 ( Stream2 <DMA1 >: 3 , pac:: I2C3 , [ PeripheralToMemory ] ) , //I2C3_RX:DMA_CHANNEL_3
120120) ;
121121
122- #[ cfg( any( feature = "gpio-f401" , feature = "gpio-f411" , ) ) ]
122+ #[ cfg( any( feature = "gpio-f401" , feature = "gpio-f411" ) ) ]
123123dma_map ! (
124124 ( Stream1 <DMA1 >: 3 , timer:: CCR3 <pac:: TIM2 >, [ MemoryToPeripheral | PeripheralToMemory ] ) , //TIM2_CH3
125125 ( Stream1 <DMA1 >: 3 , timer:: DMAR <pac:: TIM2 >, [ MemoryToPeripheral | PeripheralToMemory ] ) , //TIM2_UP
@@ -253,15 +253,15 @@ dma_map!(
253253);
254254*/
255255
256- #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
256+ #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
257257dma_map ! (
258258 ( Stream2 <DMA1 >: 3 , pac:: I2C3 , [ PeripheralToMemory ] ) , //I2C3_RX
259259 ( Stream5 <DMA2 >: 2 , pac:: CRYP , [ PeripheralToMemory ] ) , //CRYP_OUT
260260 ( Stream6 <DMA2 >: 2 , pac:: CRYP , [ MemoryToPeripheral ] ) , //CRYP_IN
261261 ( Stream7 <DMA2 >: 2 , pac:: HASH , [ MemoryToPeripheral ] ) , //HASH_IN
262262) ;
263263
264- #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
264+ #[ cfg( any( feature = "gpio-f417" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
265265address ! ( ( pac:: HASH , din, u32 ) , ( pac:: CRYP , din, u32 ) , ) ;
266266
267267#[ cfg( feature = "cryp" ) ]
@@ -366,7 +366,7 @@ dma_map!(
366366) ) ]
367367address ! ( ( pac:: SPI5 , dr, u8 ) , ) ;
368368
369- #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" , ) ) ]
369+ #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
370370dma_map ! (
371371 ( Stream4 <DMA2 >: 4 , pac:: SPI4 , [ PeripheralToMemory ] ) , //SPI4_RX
372372) ;
@@ -426,15 +426,15 @@ dma_map!(
426426#[ cfg( feature = "quadspi" ) ]
427427address ! ( ( pac:: QUADSPI , dr, u32 ) , ) ;
428428
429- #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
429+ #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
430430dma_map ! (
431431 ( Stream0 <DMA1 >: 5 , pac:: UART8 , [ MemoryToPeripheral ] ) , //UART8_TX
432432 ( Stream1 <DMA1 >: 5 , pac:: UART7 , [ MemoryToPeripheral ] ) , //UART7_TX
433433 ( Stream3 <DMA1 >: 5 , pac:: UART7 , [ PeripheralToMemory ] ) , //UART7_RX
434434 ( Stream6 <DMA1 >: 5 , pac:: UART8 , [ PeripheralToMemory ] ) , //UART8_RX
435435) ;
436436
437- #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" , ) ) ]
437+ #[ cfg( any( feature = "gpio-f413" , feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
438438address ! ( ( pac:: UART7 , dr, u8 ) , ( pac:: UART8 , dr, u8 ) , ) ;
439439
440440#[ cfg( feature = "gpio-f413" ) ]
@@ -522,7 +522,7 @@ dma_map!(
522522 //(Stream6<DMA1>:0, SPDIFRX_CS, [PeripheralToMemory]), //SPDIF_RX_CS
523523) ;
524524
525- #[ cfg( any( feature = "gpio-f410" , feature = "gpio-f412" , feature = "gpio-f413" , ) ) ]
525+ #[ cfg( any( feature = "gpio-f410" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
526526dma_map ! (
527527 ( Stream0 <DMA1 >: 7 , pac:: FMPI2C1 , [ PeripheralToMemory ] ) , //FMPI2C1_RX
528528 ( Stream1 <DMA1 >: 2 , pac:: FMPI2C1 , [ MemoryToPeripheral ] ) , //FMPI2C1_TX
0 commit comments