1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod crc;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod gpio;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod i2c;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod iwdg;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod wwdg;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tim3;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tim14;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x2", feature="stm32f0x8", feature="stm32f0x8"))]
pub mod tim6;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x8"))]
pub mod exti;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod nvic;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod dma1;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod usart;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2"))]
pub mod rtc;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tim15;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x2", feature="stm32f0x8", feature="stm32f0x8"))]
pub mod tim16;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod usb;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod scb;

#[cfg(any(feature="doc", feature="stm32f0x0", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod stk;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod spi;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod pwr;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tim1;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tim2;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x8"))]
pub mod rcc;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod syscfg;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod adc;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod tsc;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod cec;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod flash;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod crs;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod can;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod dac;

#[cfg(any(feature="doc", feature="stm32f0x1", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod comp;

#[cfg(any(feature="doc", feature="stm32f0x2", feature="stm32f0x8"))]
pub mod dbgmcu;