pub struct SPDIFRX { /* private fields */ }
Expand description
SPDIFRX peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for SPDIFRX
impl Peripheral for SPDIFRX
Source§impl RccPeripheral for SPDIFRX
impl RccPeripheral for SPDIFRX
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl RccPeripheral for SPDIFRX
Auto Trait Implementations§
impl Freeze for SPDIFRX
impl RefUnwindSafe for SPDIFRX
impl Send for SPDIFRX
impl Sync for SPDIFRX
impl Unpin for SPDIFRX
impl UnwindSafe for SPDIFRX
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