Struct d1_pac::AUDIO_CODEC
source · pub struct AUDIO_CODEC { /* private fields */ }
Expand description
Audio Codec
Implementations§
source§impl AUDIO_CODEC
impl AUDIO_CODEC
sourcepub const PTR: *const RegisterBlock = {0x2030000 as *const audio_codec::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x2030000 as *const audio_codec::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AUDIO_CODEC
impl RefUnwindSafe for AUDIO_CODEC
impl !Sync for AUDIO_CODEC
impl Unpin for AUDIO_CODEC
impl UnwindSafe for AUDIO_CODEC
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