Struct stm32_metapac::spi::regs::I2spr
#[repr(transparent)]pub struct I2spr(pub u32);
Expand description
I2S prescaler register
Tuple Fields§
§0: u32
Implementations§
§impl I2spr
impl I2spr
pub fn set_i2sdiv(&mut self, val: u8)
pub fn set_i2sdiv(&mut self, val: u8)
I2S Linear prescaler
Trait Implementations§
impl Copy for I2spr
impl Eq for I2spr
impl StructuralPartialEq for I2spr
Auto Trait Implementations§
impl Freeze for I2spr
impl RefUnwindSafe for I2spr
impl Send for I2spr
impl Sync for I2spr
impl Unpin for I2spr
impl UnwindSafe for I2spr
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