pub struct Fir {
pub index: u8,
pub num_coefficients: u16,
pub bypass: u16,
pub max_coefficients: u16,
}
Fields§
§index: u8
Index to use in the FIRLoad commands
num_coefficients: u16
Address saving the number of active coefficients
bypass: u16
Bypass address
max_coefficients: u16
Maximum supported coefficients
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fir
impl RefUnwindSafe for Fir
impl Send for Fir
impl Sync for Fir
impl Unpin for Fir
impl UnwindSafe for Fir
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