atsams70q19b/
lib.rs

1#![doc = "Peripheral access API for ATSAMS70Q21 microcontrollers (generated using svd2rust v0.33.5 ( ))\n\nYou can find an overview of the generated API [here]
2.\n\nAPI features to be included in the [next]
3 svd2rust release can be generated by cloning the svd2rust [repository]
4, checking out the above commit, and running `cargo doc --open`.\n\n[here]
5: https://docs.rs/svd2rust/0.33.5/svd2rust/#peripheral-api\n[next]
6: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository]
7: https://github.com/rust-embedded/svd2rust" ]
8#![deny ( dead_code ) ]
9#![deny ( improper_ctypes ) ]
10#![deny ( missing_docs ) ]
11#![deny ( no_mangle_generic_items ) ]
12#![deny ( non_shorthand_field_patterns ) ]
13#![deny ( overflowing_literals ) ]
14#![deny ( path_statements ) ]
15#![deny ( patterns_in_fns_without_body ) ]
16#![deny ( private_in_public ) ]
17#![deny ( unconditional_recursion ) ]
18#![deny ( unused_allocation ) ]
19#![deny ( unused_comparisons ) ]
20#![deny ( unused_parens ) ]
21#![deny ( while_true ) ]
22#![allow ( non_camel_case_types ) ]
23#![allow ( non_snake_case ) ]
24#![no_std ]
25 
26//#[path = concat!(env!("OUT_DIR"), "/lib.rs")]
27//mod generated;
28//mod_path::mod_path!(generated, core::concat!(core::env!("OUT_DIR"), "/lib.rs")); // rust-lang/rust#18810
29//pub use generated::*;
30
31core::include!(core::concat!(core::env!("OUT_DIR"), "/lib.rs"));