@@ -429,7 +429,6 @@ pub mod spi1 {
429
429
<Mosi > for PushPull : no: NoPin , [
430
430
PA7 <5 >, PB5 <5 >,
431
431
] ,
432
-
433
432
<Nss > for PushPull : [
434
433
PA4 <5 >,
435
434
PA15 <5 >,
@@ -580,7 +579,10 @@ pub mod spi3 {
580
579
PD0 <6 >,
581
580
] ,
582
581
583
- <Nss > for PushPull : [ PA4 <6 >, PA15 <6 >, ] ,
582
+ <Nss > for PushPull : [
583
+ PA4 <6 >,
584
+ PA15 <6 >,
585
+ ] ,
584
586
}
585
587
}
586
588
@@ -637,27 +639,15 @@ pub mod spi4 {
637
639
PG13 <6 >,
638
640
] ,
639
641
640
- <Nss > for PushPull : no: NoPin , [
641
- #[ cfg( any(
642
- feature = "gpio-f411" ,
643
- feature = "gpio-f412" ,
644
- feature = "gpio-f413" ,
645
- ) ) ]
646
- PB12 <6 >,
647
-
648
- #[ cfg( any(
649
- feature = "gpio-f411" ,
650
- feature = "gpio-f412" ,
651
- feature = "gpio-f413" ,
652
- ) ) ]
642
+ <Nss > for PushPull : [
653
643
PE4 <5 >,
654
-
655
- #[ cfg( any(
656
- feature = "gpio-f411" ,
657
- feature = "gpio-f412" ,
658
- feature = "gpio-f413" ,
659
- ) ) ]
660
644
PE11 <5 >,
645
+
646
+ #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
647
+ PB12 <6 >,
648
+
649
+ #[ cfg( feature = "gpio-f446" ) ]
650
+ PG14 <6 >,
661
651
] ,
662
652
}
663
653
}
@@ -782,28 +772,26 @@ pub mod spi5 {
782
772
PF11 <5 >,
783
773
] ,
784
774
785
- <Nss > for PushPull : no : NoPin , [
775
+ <Nss > for PushPull : [
786
776
#[ cfg( any(
787
777
feature = "gpio-f410" ,
788
778
feature = "gpio-f411" ,
789
779
feature = "gpio-f412" ,
790
- feature = "gpio-f413" ,
780
+ feature = "gpio-f413"
791
781
) ) ]
792
782
PB1 <6 >,
793
783
794
- #[ cfg( any(
795
- feature = "gpio-f411" ,
796
- feature = "gpio-f412" ,
797
- feature = "gpio-f413" ,
798
- ) ) ]
784
+ #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
799
785
PE4 <6 >,
800
786
801
- #[ cfg( any(
802
- feature = "gpio-f411" ,
803
- feature = "gpio-f412" ,
804
- feature = "gpio-f413" ,
805
- ) ) ]
787
+ #[ cfg( any( feature = "gpio-f411" , feature = "gpio-f412" , feature = "gpio-f413" ) ) ]
806
788
PE11 <6 >,
789
+
790
+ #[ cfg( any( feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
791
+ PF6 <5 >,
792
+
793
+ #[ cfg( any( feature = "gpio-f427" , feature = "gpio-f469" ) ) ]
794
+ PH5 <5 >,
807
795
] ,
808
796
}
809
797
}
@@ -816,7 +804,7 @@ pub mod spi6 {
816
804
<Sck > for PushPull : no: NoPin , [ PG13 <5 >, ] ,
817
805
<Miso > for PushPull : no: NoPin , [ PG12 <5 >, ] ,
818
806
<Mosi > for PushPull : no: NoPin , [ PG14 <5 >, ] ,
819
- <Nss > for PushPull : [ ] ,
807
+ <Nss > for PushPull : no : NoPin , [ PG8 < 5 > , ] ,
820
808
}
821
809
}
822
810
0 commit comments