#[repr(u8)]pub enum PRTCFG_A {
FREE = 0,
SPDIF = 1,
AC97 = 2,
}
Expand description
Protocol configuration
Value on reset: 0
Variants§
FREE = 0
0: Free protocol. Free protocol allows to use the powerful configuration of the audio block to address a specific audio protocol
SPDIF = 1
1: SPDIF protocol
AC97 = 2
2: AC’97 protocol
Trait Implementations§
impl Copy for PRTCFG_A
impl StructuralPartialEq for PRTCFG_A
Auto Trait Implementations§
impl Freeze for PRTCFG_A
impl RefUnwindSafe for PRTCFG_A
impl Send for PRTCFG_A
impl Sync for PRTCFG_A
impl Unpin for PRTCFG_A
impl UnwindSafe for PRTCFG_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