@@ -126,22 +126,14 @@ pub mod adc;
126126#[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
127127#[ cfg( not( any( feature = "stm32l412" , ) ) ) ]
128128pub mod can;
129- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
130129pub mod crc;
131130pub mod datetime;
132- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
133131pub mod delay;
134- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
135132pub mod dma;
136- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
137133pub mod dmamux;
138- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
139134pub mod flash;
140- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
141135pub mod gpio;
142- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
143136pub mod i2c;
144- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
145137pub mod lptimer;
146138#[ cfg( all(
147139 feature = "otg_fs" ,
@@ -154,11 +146,8 @@ pub mod lptimer;
154146 )
155147) ) ]
156148pub mod otg_fs;
157- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
158149pub mod prelude;
159- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
160150pub mod pwm;
161- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
162151pub mod pwr;
163152#[ cfg( not( any(
164153 feature = "stm32l433" ,
@@ -167,23 +156,14 @@ pub mod pwr;
167156 feature = "stm32l4s9" ,
168157) ) ) ]
169158pub mod qspi;
170- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
171159pub mod rcc;
172- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
173160pub mod rng;
174- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
175161pub mod rtc;
176- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
177162pub mod serial;
178- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
179163pub mod signature;
180- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
181164pub mod spi;
182- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
183165pub mod time;
184- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
185166pub mod timer;
186- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
187167pub mod tsc;
188168#[ cfg( all(
189169 feature = "stm32-usbd" ,
@@ -199,7 +179,6 @@ pub mod tsc;
199179 )
200180) ) ]
201181pub mod usb;
202- #[ cfg( not( any( feature = "stm32l4r9" , feature = "stm32l4s9" , ) ) ) ]
203182pub mod watchdog;
204183
205184mod sealed {
0 commit comments