#[repr(transparent)]pub struct Sinc(pub u32);Expand description
TSI SINC Filter
Tuple Fields§
§0: u32Implementations§
Source§impl Sinc
impl Sinc
Sourcepub const fn ssc_control_out(&self) -> bool
pub const fn ssc_control_out(&self) -> bool
SSC Output Control
Sourcepub const fn set_ssc_control_out(&mut self, val: bool)
pub const fn set_ssc_control_out(&mut self, val: bool)
SSC Output Control
Sourcepub const fn sinc_valid(&self) -> bool
pub const fn sinc_valid(&self) -> bool
SINC Valid
Sourcepub const fn set_sinc_valid(&mut self, val: bool)
pub const fn set_sinc_valid(&mut self, val: bool)
SINC Valid
Sourcepub const fn sinc_overflow_flag(&self) -> bool
pub const fn sinc_overflow_flag(&self) -> bool
SINC Overflow Flag
Sourcepub const fn set_sinc_overflow_flag(&mut self, val: bool)
pub const fn set_sinc_overflow_flag(&mut self, val: bool)
SINC Overflow Flag
Sourcepub const fn switch_enable(&self) -> bool
pub const fn switch_enable(&self) -> bool
Switch Enable
Sourcepub const fn set_switch_enable(&mut self, val: bool)
pub const fn set_switch_enable(&mut self, val: bool)
Switch Enable
Sourcepub const fn decimation(&self) -> Decimation
pub const fn decimation(&self) -> Decimation
Decimation
Sourcepub const fn set_decimation(&mut self, val: Decimation)
pub const fn set_decimation(&mut self, val: Decimation)
Decimation
Sourcepub const fn set_cutoff(&mut self, val: Cutoff)
pub const fn set_cutoff(&mut self, val: Cutoff)
Cutoff
Trait Implementations§
impl Copy for Sinc
impl Eq for Sinc
impl StructuralPartialEq for Sinc
Auto Trait Implementations§
impl Freeze for Sinc
impl RefUnwindSafe for Sinc
impl Send for Sinc
impl Sync for Sinc
impl Unpin for Sinc
impl UnwindSafe for Sinc
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