efm32pg22_pac/lib.rs
1//! Peripheral access API for EFM32PG22 microcontrollers
2//! (generated using [svd2rust](https://github.com/rust-embedded/svd2rust)
3//! 0.28.0)
4//!
5//! You can find an overview of the API here:
6//! [svd2rust/#peripheral-api](https://docs.rs/svd2rust/0.28.0/svd2rust/#peripheral-api)
7//!
8//! For more details see the README here:
9//! [efm32-rs](https://github.com/efm32-rs/efm32pg-pacs)
10//!
11//! This crate supports all EFM32PG22 devices; for the complete list please see:
12//! [efm32pg22](https://github.com/efm32-rs/efm32pg-pacs/pacs/efm32pg22)
13
14#![allow(non_camel_case_types)]
15#![allow(non_snake_case)]
16#![no_std]
17
18mod generic;
19pub use self::generic::*;
20
21#[cfg(feature = "efm32pg22c200")]
22pub mod efm32pg22c200;