pub struct I2S3EXT { /* private fields */ }
Expand description
Serial peripheral interface
Implementations
impl I2S3EXT
impl I2S3EXT
pub const PTR: *const RegisterBlock = {0x40004000 as *const stm32f4xx_hal::pac::spi1::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40004000 as *const stm32f4xx_hal::pac::spi1::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for I2S3EXT
impl !Sync for I2S3EXT
impl Unpin for I2S3EXT
impl UnwindSafe for I2S3EXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more