Struct stm32wlxx_hal::pac::spi1::i2scfgr::I2SCFGR_SPEC
pub struct I2SCFGR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
Trait Implementations§
§impl Readable for I2SCFGR_SPEC
impl Readable for I2SCFGR_SPEC
read()
method returns i2scfgr::R reader structure
§impl RegisterSpec for I2SCFGR_SPEC
impl RegisterSpec for I2SCFGR_SPEC
§impl Resettable for I2SCFGR_SPEC
impl Resettable for I2SCFGR_SPEC
reset()
method sets I2SCFGR to value 0
§fn reset_value() -> <I2SCFGR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <I2SCFGR_SPEC as RegisterSpec>::Ux
Reset value of the register.
§impl Writable for I2SCFGR_SPEC
impl Writable for I2SCFGR_SPEC
write(|w| ..)
method takes i2scfgr::W writer structure
Auto Trait Implementations§
impl RefUnwindSafe for I2SCFGR_SPEC
impl Send for I2SCFGR_SPEC
impl Sync for I2SCFGR_SPEC
impl Unpin for I2SCFGR_SPEC
impl UnwindSafe for I2SCFGR_SPEC
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