pub struct SPI_CLKDIV_PRE_R(/* private fields */);Expand description
Field spi_clkdiv_pre reader - In the master mode, it is pre-divider of spi_clk.
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPI_CLKDIV_PRE_R
impl RefUnwindSafe for SPI_CLKDIV_PRE_R
impl Send for SPI_CLKDIV_PRE_R
impl Sync for SPI_CLKDIV_PRE_R
impl Unpin for SPI_CLKDIV_PRE_R
impl UnwindSafe for SPI_CLKDIV_PRE_R
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