microchip_pac/
lib.rs

1#![no_std]
2#![allow(non_camel_case_types)]
3#![allow(non_snake_case)]
4#![doc = include_str!("../README.md")]
5
6// #[cfg_attr(feature = "cec1702", path = "./chips/cec1702/pac.rs")]
7#[cfg_attr(feature = "cec1712h_b2_sx", path = "./chips/cec1712/pac.rs")]
8#[cfg_attr(feature = "cec1712h_n2_sx", path = "./chips/cec1712/pac.rs")]
9#[cfg_attr(feature = "cec1712h_s2_sx", path = "./chips/cec1712/pac.rs")]
10#[cfg_attr(feature = "cec1734_s0_2hw", path = "./chips/cec1734/pac.rs")]
11#[cfg_attr(feature = "cec1734_s0_2zw", path = "./chips/cec1734/pac.rs")]
12#[cfg_attr(feature = "cec1736_s0_2hw", path = "./chips/cec1736/pac.rs")]
13#[cfg_attr(feature = "cec1736_s0_2zw", path = "./chips/cec1736/pac.rs")]
14// #[cfg_attr(feature = "mec1701h", path = "./chips/mec1701/pac.rs")]
15// #[cfg_attr(feature = "mec1701q", path = "./chips/mec1701/pac.rs")]
16// #[cfg_attr(feature = "mec1703h", path = "./chips/mec1703/pac.rs")]
17// #[cfg_attr(feature = "mec1703q", path = "./chips/mec1703/pac.rs")]
18// #[cfg_attr(feature = "mec1704q", path = "./chips/mec1704/pac.rs")]
19// #[cfg_attr(feature = "mec1705q", path = "./chips/mec1705/pac.rs")]
20#[cfg_attr(feature = "mec1721n_b0_lj", path = "./chips/mec1721/pac.rs")]
21#[cfg_attr(feature = "mec1721n_b0_sz", path = "./chips/mec1721/pac.rs")]
22#[cfg_attr(feature = "mec1723n_b0_lj", path = "./chips/mec1723_4/pac.rs")]
23#[cfg_attr(feature = "mec1723n_b0_sz", path = "./chips/mec1723_4/pac.rs")]
24#[cfg_attr(feature = "mec1723n_f0_sz", path = "./chips/mec1723_4/pac.rs")]
25#[cfg_attr(feature = "mec1723n_p0_9y", path = "./chips/mec1723_4/pac.rs")]
26#[cfg_attr(feature = "mec1724n_b0_lj", path = "./chips/mec1723_4/pac.rs")]
27#[cfg_attr(feature = "mec1724n_b0_sz", path = "./chips/mec1723_4/pac.rs")]
28#[cfg_attr(feature = "mec1725n_b0_lj", path = "./chips/mec1723_4/pac.rs")]
29#[cfg_attr(feature = "mec1727n_b0_sz", path = "./chips/mec1727/pac.rs")]
30mod inner;
31pub use inner::*;