Enum Br
#[repr(u8)]pub enum Br {
Div2 = 0,
Div4 = 1,
Div8 = 2,
Div16 = 3,
Div32 = 4,
Div64 = 5,
Div128 = 6,
Div256 = 7,
}Variants§
Div2 = 0
f_PCLK / 2
Div4 = 1
f_PCLK / 4
Div8 = 2
f_PCLK / 8
Div16 = 3
f_PCLK / 16
Div32 = 4
f_PCLK / 32
Div64 = 5
f_PCLK / 64
Div128 = 6
f_PCLK / 128
Div256 = 7
f_PCLK / 256
Implementations§
Trait Implementations§
impl Copy for Br
impl Eq for Br
§impl Ord for Br
impl Ord for Br
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Br
impl PartialOrd for Br
impl StructuralPartialEq for Br
Auto Trait Implementations§
impl Freeze for Br
impl RefUnwindSafe for Br
impl Send for Br
impl Sync for Br
impl Unpin for Br
impl UnsafeUnpin for Br
impl UnwindSafe for Br
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