pac25 0.1.3

Device support crates for PAC25 devices
Documentation
//! Peripheral access API for PAC25 microcontrollers
//! (generated using [svd2rust](https://github.com/rust-embedded/svd2rust)
//! 0.35.0)
//!
//! You can find an overview of the API here:
//! [svd2rust/#peripheral-api](https://docs.rs/svd2rust/0.35.0/svd2rust/#peripheral-api)
//!
//! For more details see the README here:
//! [qorvo-pac-rs](https://github.com/pac-rs/pac-rs)
//!
//! This crate supports all PAC25 devices; for the complete list please
//! see:
//! [pac25](https://crates.io/crates/pac25)
//!
//! 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 = "pac25140")]
pub mod pac25140;