#[repr(C)]pub struct FB {
    pub fr1: FR1,
    pub fr2: FR2,
}Expand description
Register block
Fields§
§fr1: FR10x00 - Filter bank 0 register 1
fr2: FR20x04 - Filter bank 0 register 2
Auto Trait Implementations§
impl !Freeze for FB
impl !RefUnwindSafe for FB
impl Send for FB
impl !Sync for FB
impl Unpin for FB
impl UnwindSafe for FB
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more