add IPCC peripheral for stm32wb

This commit is contained in:
OueslatiGhaith
2023-04-27 16:03:22 +01:00
parent 1cf26f0eb3
commit 8c733c29cc
2 changed files with 188 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ pub mod i2c;
#[cfg(crc)]
pub mod crc;
pub mod flash;
#[cfg(stm32wb)]
pub mod ipcc;
pub mod pwm;
#[cfg(quadspi)]
pub mod qspi;