xmc4100 0.6.0

XMC4100 Cortex-M peripheral access library
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Prefetch Configuration Register"]
    pub pcon: PCON,
}
#[doc = "PCON (rw) register accessor: an alias for `Reg<PCON_SPEC>`"]
pub type PCON = crate::Reg<pcon::PCON_SPEC>;
#[doc = "Prefetch Configuration Register"]
pub mod pcon;