stm32/i2s: add module and example for f4

This commit is contained in:
xoviat
2023-05-03 18:17:57 -05:00
parent 374c92a4f0
commit 02d6e0d14d
5 changed files with 367 additions and 0 deletions

View File

@ -44,6 +44,8 @@ pub mod i2c;
#[cfg(crc)]
pub mod crc;
pub mod flash;
#[cfg(all(spi_v1, rcc_f4))]
pub mod i2s;
#[cfg(stm32wb)]
pub mod ipcc;
pub mod pwm;