Enum stm32_metapac::adf::vals::Rsfltd
#[repr(u8)]pub enum Rsfltd {
DECIMATION4 = 0,
DECIMATION1 = 1,
}
Expand description
Reshaper filter decimation ratio. This bitfield is set and cleared by software. It is used to select the decimation ratio of the reshaper filter.
Variants§
Implementations§
Trait Implementations§
§impl Ord for Rsfltd
impl Ord for Rsfltd
§impl PartialOrd for Rsfltd
impl PartialOrd for Rsfltd
impl Copy for Rsfltd
impl Eq for Rsfltd
impl StructuralPartialEq for Rsfltd
Auto Trait Implementations§
impl Freeze for Rsfltd
impl RefUnwindSafe for Rsfltd
impl Send for Rsfltd
impl Sync for Rsfltd
impl Unpin for Rsfltd
impl UnwindSafe for Rsfltd
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)