xmc4400 0.5.0

XMC peripheral library for XMC4400 generated from SVD
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Ethernet 0 Port Control Register"]
    pub eth0_con: crate::Reg<eth0_con::ETH0_CON_SPEC>,
}
#[doc = "ETH0_CON register accessor: an alias for `Reg<ETH0_CON_SPEC>`"]
pub type ETH0_CON = crate::Reg<eth0_con::ETH0_CON_SPEC>;
#[doc = "Ethernet 0 Port Control Register"]
pub mod eth0_con;