pub struct R(_);
Expand description
Register MS_DLEN
reader
Implementations§
source§impl 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§
Auto Trait Implementations§
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