pub struct SPI2S_SRrs;
Expand description
SPI/I2S status register
You can read
this register and get spi2s_sr::R
. See API.
See register structure
Trait Implementations§
Source§impl RegisterSpec for SPI2S_SRrs
impl RegisterSpec for SPI2S_SRrs
Source§impl Resettable for SPI2S_SRrs
reset()
method sets SPI2S_SR to value 0x1002
impl Resettable for SPI2S_SRrs
reset()
method sets SPI2S_SR to value 0x1002
Source§const RESET_VALUE: u32 = 4_098u32
const RESET_VALUE: u32 = 4_098u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SPI2S_SRrs
read()
method returns spi2s_sr::R
reader structure
Auto Trait Implementations§
impl Freeze for SPI2S_SRrs
impl RefUnwindSafe for SPI2S_SRrs
impl Send for SPI2S_SRrs
impl Sync for SPI2S_SRrs
impl Unpin for SPI2S_SRrs
impl UnwindSafe for SPI2S_SRrs
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