pub struct SPI_USER1_SPEC;
Expand description
The length in bits of “address” phase. The register value shall be (bit_num-1)
This register you can [read
]
(crate::generic::Reg::read), [write_with_zero
]
(crate::generic::Reg::write_with_zero), [reset
]
(crate::generic::Reg::reset), write
(crate::generic::Reg::write), [modify
]
(crate::generic::Reg::modify). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [spi_user1] (index.html) module
Trait Implementations§
Source§impl Readable for SPI_USER1_SPEC
read()
method returns [spi_user1::R]
(R) reader structure
impl Readable for SPI_USER1_SPEC
read()
method returns [spi_user1::R]
(R) reader structure
Source§impl RegisterSpec for SPI_USER1_SPEC
impl RegisterSpec for SPI_USER1_SPEC
Source§impl Resettable for SPI_USER1_SPEC
reset()
method sets SPI_USER1 to value 0
impl Resettable for SPI_USER1_SPEC
reset()
method sets SPI_USER1 to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for SPI_USER1_SPEC
impl RefUnwindSafe for SPI_USER1_SPEC
impl Send for SPI_USER1_SPEC
impl Sync for SPI_USER1_SPEC
impl Unpin for SPI_USER1_SPEC
impl UnwindSafe for SPI_USER1_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