pub enum FSOFF_A {
OnFirst = 0,
BeforeFirst = 1,
}
Expand description
Frame synchronization offset. This bit is set and cleared by software. It is meaningless and is not used in AC97 or SPDIF audio block configuration. This bit must be configured when the audio block is disabled.
Value on reset: 0
Variants§
OnFirst = 0
0: FS is asserted on the first bit of the slot 0
BeforeFirst = 1
1: FS is asserted one bit before the first bit of the slot 0
Trait Implementations§
impl Copy for FSOFF_A
impl StructuralPartialEq for FSOFF_A
Auto Trait Implementations§
impl Freeze for FSOFF_A
impl RefUnwindSafe for FSOFF_A
impl Send for FSOFF_A
impl Sync for FSOFF_A
impl Unpin for FSOFF_A
impl UnwindSafe for FSOFF_A
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