Enum stm32_metapac::adf::vals::Cicmod
#[repr(u8)]pub enum Cicmod {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
SINC4 = 4,
SINC5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Expand description
Select the CIC order. This bitfield is set and cleared by software. It is used to select the MCIC order.
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
SINC4 = 4
MCIC configured in single Sinc4 filter.
SINC5 = 5
MCIC configured in single Sinc5 filter.
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Cicmod
impl Ord for Cicmod
§impl PartialOrd for Cicmod
impl PartialOrd for Cicmod
impl Copy for Cicmod
impl Eq for Cicmod
impl StructuralPartialEq for Cicmod
Auto Trait Implementations§
impl Freeze for Cicmod
impl RefUnwindSafe for Cicmod
impl Send for Cicmod
impl Sync for Cicmod
impl Unpin for Cicmod
impl UnwindSafe for Cicmod
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
)