Enum stm32_metapac::sai::vals::Osr
#[repr(u8)]pub enum Osr {
LESS_THAN256 = 0,
LESS_THAN512 = 1,
}
Variants§
LESS_THAN256 = 0
Master clock frequency = Fless thansub FSless than/sub x 256
LESS_THAN512 = 1
Master clock frequency = Fless thansub FSless than/sub x 512
Implementations§
Trait Implementations§
§impl Ord for Osr
impl Ord for Osr
§impl PartialOrd for Osr
impl PartialOrd for Osr
impl Copy for Osr
impl Eq for Osr
impl StructuralPartialEq for Osr
Auto Trait Implementations§
impl Freeze for Osr
impl RefUnwindSafe for Osr
impl Send for Osr
impl Sync for Osr
impl Unpin for Osr
impl UnwindSafe for Osr
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
)