pub struct R(_);
Expand description
Register MS_DLEN
reader
Implementations
sourceimpl R
impl R
sourcepub fn ms_data_bitlen(&self) -> MS_DATA_BITLEN_R
pub fn ms_data_bitlen(&self) -> MS_DATA_BITLEN_R
Bits 0:17 - The value of these bits is the configured SPI transmission data bit length in master mode DMA controlled transfer or CPU controlled transfer. The value is also the configured bit length in slave mode DMA RX controlled transfer. The register value shall be (bit_num-1). Can be configured in CONF state.
Methods from Deref<Target = R<MS_DLEN_SPEC>>
Trait Implementations
sourceimpl From<R<MS_DLEN_SPEC>> for R
impl From<R<MS_DLEN_SPEC>> for R
sourcefn from(reader: R<MS_DLEN_SPEC>) -> Self
fn from(reader: R<MS_DLEN_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more