stm32: add opamp mod and update pac

This commit is contained in:
xoviat
2023-10-03 16:34:13 -05:00
parent b012a67df7
commit e561e673c2
5 changed files with 210 additions and 2 deletions

View File

@ -49,6 +49,8 @@ pub mod i2s;
pub mod ipcc;
#[cfg(feature = "low-power")]
pub mod low_power;
#[cfg(opamp)]
pub mod opamp;
#[cfg(quadspi)]
pub mod qspi;
#[cfg(rng)]