#[repr(C)]
pub struct FB {
pub fr1: Reg<u32, _FR1>,
pub fr2: Reg<u32, _FR2>,
}
Expand description
0x00 - Filter bank 0 register 1
0x04 - Filter bank 0 register 2
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.