#[repr(transparent)]pub struct Srcsh(pub u32);Expand description
SPDIFRxCChannel_h Register
Tuple Fields§
§0: u32Implementations§
Source§impl Srcsh
impl Srcsh
Sourcepub const fn rx_cchannel_h(&self) -> u32
pub const fn rx_cchannel_h(&self) -> u32
SPDIF receive C channel register, contains first 24 bits of C channel without interpretation
Sourcepub const fn set_rx_cchannel_h(&mut self, val: u32)
pub const fn set_rx_cchannel_h(&mut self, val: u32)
SPDIF receive C channel register, contains first 24 bits of C channel without interpretation
Trait Implementations§
impl Copy for Srcsh
impl Eq for Srcsh
impl StructuralPartialEq for Srcsh
Auto Trait Implementations§
impl Freeze for Srcsh
impl RefUnwindSafe for Srcsh
impl Send for Srcsh
impl Sync for Srcsh
impl Unpin for Srcsh
impl UnwindSafe for Srcsh
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