cyt2b9_c 0.0.1

Peripheral access crate for cyt2b9_c 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(cm4)]
mod m4;
#[cfg(cm4)]
pub use self::m4::*;
#[cfg(cm0)]
mod m0;
#[cfg(cm0)]
pub use self::m0::*;