pub struct W(/* private fields */);Expand description
Register CR2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn rxdmaen(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, RXDMAEN_A, BitM, 0>
pub fn rxdmaen(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, RXDMAEN_A, BitM, 0>
Bit 0 - Rx buffer DMA enable
Sourcepub fn txdmaen(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, TXDMAEN_A, BitM, 1>
pub fn txdmaen(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, TXDMAEN_A, BitM, 1>
Bit 1 - Tx buffer DMA enable
Sourcepub fn ssoe(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, SSOE_A, BitM, 2>
pub fn ssoe(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, SSOE_A, BitM, 2>
Bit 2 - SS output enable
Sourcepub fn nssp(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, NSSP_A, BitM, 3>
pub fn nssp(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, NSSP_A, BitM, 3>
Bit 3 - NSS pulse management
Sourcepub fn errie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, ERRIE_A, BitM, 5>
pub fn errie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, ERRIE_A, BitM, 5>
Bit 5 - Error interrupt enable
Sourcepub fn rxneie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, RXNEIE_A, BitM, 6>
pub fn rxneie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, RXNEIE_A, BitM, 6>
Bit 6 - RX buffer not empty interrupt enable
Sourcepub fn txeie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, TXEIE_A, BitM, 7>
pub fn txeie(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, TXEIE_A, BitM, 7>
Bit 7 - Tx buffer empty interrupt enable
Sourcepub fn ds(
&mut self,
) -> FieldWriterRaw<'_, u32, CR2_SPEC, u8, DS_A, Unsafe, 4, 8>
pub fn ds( &mut self, ) -> FieldWriterRaw<'_, u32, CR2_SPEC, u8, DS_A, Unsafe, 4, 8>
Bits 8:11 - Data size
Sourcepub fn frxth(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, FRXTH_A, BitM, 12>
pub fn frxth(&mut self) -> BitWriterRaw<'_, u32, CR2_SPEC, FRXTH_A, BitM, 12>
Bit 12 - FIFO reception threshold
Sourcepub fn ldma_rx(
&mut self,
) -> BitWriterRaw<'_, u32, CR2_SPEC, LDMA_RX_A, BitM, 13>
pub fn ldma_rx( &mut self, ) -> BitWriterRaw<'_, u32, CR2_SPEC, LDMA_RX_A, BitM, 13>
Bit 13 - Last DMA transfer for reception
Methods from Deref<Target = W<CR2_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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