pac22 0.1.2

Device support crates for PAC22 devices
Documentation
//! Peripheral access API for PAC22 microcontrollers
//! (generated using [svd2rust](https://github.com/rust-embedded/svd2rust)
//! 0.30.1)
//!
//! You can find an overview of the API here:
//! [svd2rust/#peripheral-api](https://docs.rs/svd2rust/0.30.1/svd2rust/#peripheral-api)
//!
//! For more details see the README here:
//! [qorvo-pac-rs](https://github.com/pac-rs/pac-rs)
//!
//! This crate supports all PAC22 devices; for the complete list please
//! see:
//! [pac22](https://crates.io/crates/pac22)
//!
//! Due to doc build limitations, not all devices may be shown on docs.rs;
//! a representative few have been selected instead.

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![no_std]

mod generic;
pub use self::generic::*;

#[cfg(feature = "pac22140")]
pub mod pac22140;