#[repr(u8)]pub enum PRTCFG {
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
impl Eq for PRTCFG
impl IsEnum for PRTCFG
impl StructuralPartialEq for PRTCFG
Auto Trait Implementations§
impl Freeze for PRTCFG
impl RefUnwindSafe for PRTCFG
impl Send for PRTCFG
impl Sync for PRTCFG
impl Unpin for PRTCFG
impl UnwindSafe for PRTCFG
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