pub enum SBRCW {
_0,
_1,
}Expand description
Values that can be written to the field SBRC
Variants§
_0
The slave baud rate follows the master baud rate and clock stretching may occur
_1
Slave baud rate is independent of the master baud rate
Auto Trait Implementations§
impl Freeze for SBRCW
impl RefUnwindSafe for SBRCW
impl Send for SBRCW
impl Sync for SBRCW
impl Unpin for SBRCW
impl UnwindSafe for SBRCW
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