pub enum FRF {
Motorola = 0,
Ti = 1,
}
Expand description
Frame format 1 SPI TI mode Note: This bit must be written only when the SPI is disabled (SPE=0). This bit is not used in I2S mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FRF
impl Eq for FRF
impl StructuralPartialEq for FRF
Auto Trait Implementations§
impl Freeze for FRF
impl RefUnwindSafe for FRF
impl Send for FRF
impl Sync for FRF
impl Unpin for FRF
impl UnwindSafe for FRF
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