#[repr(u8)]pub enum Rcr2Bcd {
EXT_SLAVE_MODE = 0,
INT_MASTER_MODE = 1,
}Variants§
EXT_SLAVE_MODE = 0
Bit clock is generated externally in Slave mode.
INT_MASTER_MODE = 1
Bit clock is generated internally in Master mode.
Implementations§
Trait Implementations§
Source§impl Ord for Rcr2Bcd
impl Ord for Rcr2Bcd
Source§impl PartialOrd for Rcr2Bcd
impl PartialOrd for Rcr2Bcd
impl Copy for Rcr2Bcd
impl Eq for Rcr2Bcd
impl StructuralPartialEq for Rcr2Bcd
Auto Trait Implementations§
impl Freeze for Rcr2Bcd
impl RefUnwindSafe for Rcr2Bcd
impl Send for Rcr2Bcd
impl Sync for Rcr2Bcd
impl Unpin for Rcr2Bcd
impl UnwindSafe for Rcr2Bcd
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