imxrt-ral 0.6.2

Register access layer for all NXP i.MX RT microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[doc = "FlexCAN wrapper"]
#[repr(C)]
pub struct RegisterBlock {
    _reserved0: [u8; 0x09e0],
    #[doc = "Glitch Filter Width Register"]
    pub GFWR: crate::RWRegister<u32>,
}
#[doc = "Glitch Filter Width Register"]
pub mod GFWR {
    #[doc = "Glitch Filter Width"]
    pub mod GFWR {
        pub const offset: u32 = 0;
        pub const mask: u32 = 0xff << offset;
        pub mod R {}
        pub mod W {}
        pub mod RW {}
    }
}