cyt4dn_a 0.0.1

Peripheral access crate for cyt4dn_a T2G family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![no_std]

#[doc = r"Common register and bit access and modify traits"]
pub mod generic;
#[allow(unused_imports)]
use crate::generic::*;
#[cfg(cm7)]
mod m7;
#[cfg(cm7)]
pub use self::m7::*;
#[cfg(cm0)]
mod m0;
#[cfg(cm0)]
pub use self::m0::*;