cyt4dn_b 0.0.1

Peripheral access crate for cyt4dn_b T2G family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[doc = r"Register block"]
#[repr(C)]
pub struct MPU_STRUCT {
    #[doc = "0x00 - MPU region address"]
    pub addr: ADDR,
    #[doc = "0x04 - MPU region attrributes"]
    pub att: ATT,
}
#[doc = "ADDR (rw) register accessor: an alias for `Reg<ADDR_SPEC>`"]
pub type ADDR = crate::Reg<addr::ADDR_SPEC>;
#[doc = "MPU region address"]
pub mod addr;
#[doc = "ATT (rw) register accessor: an alias for `Reg<ATT_SPEC>`"]
pub type ATT = crate::Reg<att::ATT_SPEC>;
#[doc = "MPU region attrributes"]
pub mod att;