Struct Pllisdivr
#[repr(transparent)]pub struct Pllisdivr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pllisdivr
impl Pllisdivr
pub const DIV1: Self
pub const DIV1: Self
PLLI2SDIVQ = /1
pub const DIV2: Self
pub const DIV2: Self
PLLI2SDIVQ = /2
pub const DIV3: Self
pub const DIV3: Self
PLLI2SDIVQ = /3
pub const DIV4: Self
pub const DIV4: Self
PLLI2SDIVQ = /4
pub const DIV5: Self
pub const DIV5: Self
PLLI2SDIVQ = /5
pub const DIV6: Self
pub const DIV6: Self
PLLI2SDIVQ = /6
pub const DIV7: Self
pub const DIV7: Self
PLLI2SDIVQ = /7
pub const DIV8: Self
pub const DIV8: Self
PLLI2SDIVQ = /8
pub const DIV9: Self
pub const DIV9: Self
PLLI2SDIVQ = /9
pub const DIV10: Self
pub const DIV10: Self
PLLI2SDIVQ = /10
pub const DIV11: Self
pub const DIV11: Self
PLLI2SDIVQ = /11
pub const DIV12: Self
pub const DIV12: Self
PLLI2SDIVQ = /12
pub const DIV13: Self
pub const DIV13: Self
PLLI2SDIVQ = /13
pub const DIV14: Self
pub const DIV14: Self
PLLI2SDIVQ = /14
pub const DIV15: Self
pub const DIV15: Self
PLLI2SDIVQ = /15
pub const DIV16: Self
pub const DIV16: Self
PLLI2SDIVQ = /16
pub const DIV17: Self
pub const DIV17: Self
PLLI2SDIVQ = /17
pub const DIV18: Self
pub const DIV18: Self
PLLI2SDIVQ = /18
pub const DIV19: Self
pub const DIV19: Self
PLLI2SDIVQ = /19
pub const DIV20: Self
pub const DIV20: Self
PLLI2SDIVQ = /20
pub const DIV21: Self
pub const DIV21: Self
PLLI2SDIVQ = /21
pub const DIV22: Self
pub const DIV22: Self
PLLI2SDIVQ = /22
pub const DIV23: Self
pub const DIV23: Self
PLLI2SDIVQ = /23
pub const DIV24: Self
pub const DIV24: Self
PLLI2SDIVQ = /24
pub const DIV25: Self
pub const DIV25: Self
PLLI2SDIVQ = /25
pub const DIV26: Self
pub const DIV26: Self
PLLI2SDIVQ = /26
pub const DIV27: Self
pub const DIV27: Self
PLLI2SDIVQ = /27
pub const DIV28: Self
pub const DIV28: Self
PLLI2SDIVQ = /28
pub const DIV29: Self
pub const DIV29: Self
PLLI2SDIVQ = /29
pub const DIV30: Self
pub const DIV30: Self
PLLI2SDIVQ = /30
pub const DIV31: Self
pub const DIV31: Self
PLLI2SDIVQ = /31
pub const DIV32: Self
pub const DIV32: Self
PLLI2SDIVQ = /32
Trait Implementations§
§impl Ord for Pllisdivr
impl Ord for Pllisdivr
§impl PartialOrd for Pllisdivr
impl PartialOrd for Pllisdivr
impl Copy for Pllisdivr
impl Eq for Pllisdivr
impl StructuralPartialEq for Pllisdivr
Auto Trait Implementations§
impl Freeze for Pllisdivr
impl RefUnwindSafe for Pllisdivr
impl Send for Pllisdivr
impl Sync for Pllisdivr
impl Unpin for Pllisdivr
impl UnwindSafe for Pllisdivr
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