Enum Fdrate
pub enum Fdrate {
_0 = 0,
_1 = 1,
}Expand description
Bit Rate Switch Enable
Value on reset: 1
Variants§
_0 = 0
0: Transmit a frame in nominal rate. The BRS bit in the Tx MB has no effect.
_1 = 1
1: Transmit a frame with bit rate switching if the BRS bit in the Tx MB is recessive.
Trait Implementations§
impl Copy for Fdrate
impl Eq for Fdrate
impl StructuralPartialEq for Fdrate
Auto Trait Implementations§
impl Freeze for Fdrate
impl RefUnwindSafe for Fdrate
impl Send for Fdrate
impl Sync for Fdrate
impl Unpin for Fdrate
impl UnwindSafe for Fdrate
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