#[allow(renamed_and_removed_lints)]
#[allow(private_no_mangle_statics)]
#[no_mangle]
pub(crate) static mut DEVICE_PERIPHERALS: bool = false;
#[cfg(feature = "at90usb1286")]
pub mod at90usb1286;
#[cfg(feature = "atmega1280")]
pub mod atmega1280;
#[cfg(feature = "atmega1284p")]
pub mod atmega1284p;
#[cfg(feature = "atmega128a")]
pub mod atmega128a;
#[cfg(feature = "atmega128rfa1")]
pub mod atmega128rfa1;
#[cfg(feature = "atmega16")]
pub mod atmega16;
#[cfg(feature = "atmega164pa")]
pub mod atmega164pa;
#[cfg(feature = "atmega168")]
pub mod atmega168;
#[cfg(feature = "atmega16u2")]
pub mod atmega16u2;
#[cfg(feature = "atmega2560")]
pub mod atmega2560;
#[cfg(feature = "atmega324pa")]
pub mod atmega324pa;
#[cfg(feature = "atmega328p")]
pub mod atmega328p;
#[cfg(feature = "atmega328pb")]
pub mod atmega328pb;
#[cfg(feature = "atmega32a")]
pub mod atmega32a;
#[cfg(feature = "atmega32u2")]
pub mod atmega32u2;
#[cfg(feature = "atmega32u4")]
pub mod atmega32u4;
#[cfg(feature = "atmega3208")]
pub mod atmega3208;
#[cfg(feature = "atmega3209")]
pub mod atmega3209;
#[cfg(feature = "atmega4808")]
pub mod atmega4808;
#[cfg(feature = "atmega4809")]
pub mod atmega4809;
#[cfg(feature = "atmega48p")]
pub mod atmega48p;
#[cfg(feature = "atmega8")]
pub mod atmega8;
#[cfg(feature = "atmega8u2")]
pub mod atmega8u2;
#[cfg(feature = "atmega64")]
pub mod atmega64;
#[cfg(feature = "atmega644")]
pub mod atmega644;
#[cfg(feature = "atmega88p")]
pub mod atmega88p;
#[cfg(feature = "attiny13a")]
pub mod attiny13a;
#[cfg(feature = "attiny167")]
pub mod attiny167;
#[cfg(feature = "attiny1614")]
pub mod attiny1614;
#[cfg(feature = "attiny202")]
pub mod attiny202;
#[cfg(feature = "attiny212")]
pub mod attiny212;
#[cfg(feature = "attiny214")]
pub mod attiny214;
#[cfg(feature = "attiny2313")]
pub mod attiny2313;
#[cfg(feature = "attiny2313a")]
pub mod attiny2313a;
#[cfg(feature = "attiny26")]
pub mod attiny26;
#[cfg(feature = "attiny402")]
pub mod attiny402;
#[cfg(feature = "attiny404")]
pub mod attiny404;
#[cfg(feature = "attiny412")]
pub mod attiny412;
#[cfg(feature = "attiny414")]
pub mod attiny414;
#[cfg(feature = "attiny416")]
pub mod attiny416;
#[cfg(feature = "attiny44a")]
pub mod attiny44a;
#[cfg(feature = "attiny816")]
pub mod attiny816;
#[cfg(feature = "attiny828")]
pub mod attiny828;
#[cfg(feature = "attiny84")]
pub mod attiny84;
#[cfg(feature = "attiny841")]
pub mod attiny841;
#[cfg(feature = "attiny84a")]
pub mod attiny84a;
#[cfg(feature = "attiny85")]
pub mod attiny85;
#[cfg(feature = "attiny861")]
pub mod attiny861;
#[cfg(feature = "attiny88")]
pub mod attiny88;
#[cfg(feature = "avr64du32")]
pub mod avr64du32;
#[cfg(feature = "avr64du28")]
pub mod avr64du28;