@@ -29,54 +29,71 @@ pub use nb;
29
29
pub use nb:: block;
30
30
31
31
#[ cfg( feature = "stm32f401" ) ]
32
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f401 peripherals.
32
33
pub use stm32f4:: stm32f401 as pac;
33
34
34
35
#[ cfg( feature = "stm32f405" ) ]
36
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f405 peripherals.
35
37
pub use stm32f4:: stm32f405 as pac;
36
38
37
39
#[ cfg( feature = "stm32f407" ) ]
40
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f407 peripherals.
38
41
pub use stm32f4:: stm32f407 as pac;
39
42
40
43
#[ cfg( feature = "stm32f410" ) ]
44
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f410 peripherals.
41
45
pub use stm32f4:: stm32f410 as pac;
42
46
43
47
#[ cfg( feature = "stm32f411" ) ]
48
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f411 peripherals.
44
49
pub use stm32f4:: stm32f411 as pac;
45
50
46
51
#[ cfg( feature = "stm32f412" ) ]
52
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f412 peripherals.
47
53
pub use stm32f4:: stm32f412 as pac;
48
54
49
55
#[ cfg( feature = "stm32f413" ) ]
56
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f413 peripherals.
50
57
pub use stm32f4:: stm32f413 as pac;
51
58
52
59
#[ cfg( feature = "stm32f415" ) ]
60
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f405 peripherals.
53
61
pub use stm32f4:: stm32f405 as pac;
54
62
55
63
#[ cfg( feature = "stm32f417" ) ]
64
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f407 peripherals.
56
65
pub use stm32f4:: stm32f407 as pac;
57
66
58
67
#[ cfg( feature = "stm32f423" ) ]
68
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f413 peripherals.
59
69
pub use stm32f4:: stm32f413 as pac;
60
70
61
71
#[ cfg( feature = "stm32f427" ) ]
72
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f427 peripherals.
62
73
pub use stm32f4:: stm32f427 as pac;
63
74
64
75
#[ cfg( feature = "stm32f429" ) ]
76
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f429 peripherals.
65
77
pub use stm32f4:: stm32f429 as pac;
66
78
67
79
#[ cfg( feature = "stm32f437" ) ]
80
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f427 peripherals.
68
81
pub use stm32f4:: stm32f427 as pac;
69
82
70
83
#[ cfg( feature = "stm32f439" ) ]
84
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f429 peripherals.
71
85
pub use stm32f4:: stm32f429 as pac;
72
86
73
87
#[ cfg( feature = "stm32f446" ) ]
88
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f446 peripherals.
74
89
pub use stm32f4:: stm32f446 as pac;
75
90
76
91
#[ cfg( feature = "stm32f469" ) ]
92
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f469 peripherals.
77
93
pub use stm32f4:: stm32f469 as pac;
78
94
79
95
#[ cfg( feature = "stm32f479" ) ]
96
+ /// Re-export of the [svd2rust](https://crates.io/crates/svd2rust) auto-generated API for the stm32f469 peripherals.
80
97
pub use stm32f4:: stm32f469 as pac;
81
98
82
99
// Enable use of interrupt macro
0 commit comments