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