pub struct W(/* private fields */);
Expand description
Register CTRLC
writer
Implementations§
Source§impl W
impl W
Sourcepub fn normal_chsize(&mut self) -> NORMAL_CHSIZE_W<'_, 0>
pub fn normal_chsize(&mut self) -> NORMAL_CHSIZE_W<'_, 0>
Bits 0:2 - Character Size
Sourcepub fn mspi_ucpha(&mut self) -> MSPI_UCPHA_W<'_, 1>
pub fn mspi_ucpha(&mut self) -> MSPI_UCPHA_W<'_, 1>
Bit 1 - SPI Master Mode, Clock Phase
Sourcepub fn mspi_udord(&mut self) -> MSPI_UDORD_W<'_, 2>
pub fn mspi_udord(&mut self) -> MSPI_UDORD_W<'_, 2>
Bit 2 - SPI Master Mode, Data Order
Sourcepub fn normal_sbmode(&mut self) -> NORMAL_SBMODE_W<'_, 3>
pub fn normal_sbmode(&mut self) -> NORMAL_SBMODE_W<'_, 3>
Bit 3 - Stop Bit Mode
Sourcepub fn normal_pmode(&mut self) -> NORMAL_PMODE_W<'_, 4>
pub fn normal_pmode(&mut self) -> NORMAL_PMODE_W<'_, 4>
Bits 4:5 - Parity Mode
Sourcepub fn mspi_cmode(&mut self) -> MSPI_CMODE_W<'_, 6>
pub fn mspi_cmode(&mut self) -> MSPI_CMODE_W<'_, 6>
Bits 6:7 - Communication Mode
Sourcepub fn normal_cmode(&mut self) -> NORMAL_CMODE_W<'_, 6>
pub fn normal_cmode(&mut self) -> NORMAL_CMODE_W<'_, 6>
Bits 6:7 - Communication Mode
Methods from Deref<Target = W<CTRLC_SPEC>>§
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