We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bd108 commit 1e0dce7Copy full SHA for 1e0dce7
src/adc.rs
@@ -43,9 +43,9 @@ const ADC_KER_CK_MAX: u32 = 36_000_000;
43
#[cfg(feature = "revision_v")]
44
const ADC_KER_CK_MAX: u32 = 100_000_000;
45
46
-#[cfg(not(feature = "rm0455"))]
+#[cfg(any(feature = "rm0433", feature = "rm0399"))]
47
pub type Resolution = crate::stm32::adc3::cfgr::RES_A;
48
-#[cfg(feature = "rm0455")]
+#[cfg(any(feature = "rm0455", feature = "rm0468"))]
49
pub type Resolution = crate::stm32::adc1::cfgr::RES_A;
50
51
trait NumberOfBits {
0 commit comments