pub struct R(/* private fields */);
Expand description
Register CTRLC
reader
Implementations§
Source§impl R
impl R
Sourcepub fn normal_chsize(&self) -> NORMAL_CHSIZE_R
pub fn normal_chsize(&self) -> NORMAL_CHSIZE_R
Bits 0:2 - Character Size
Sourcepub fn mspi_ucpha(&self) -> MSPI_UCPHA_R
pub fn mspi_ucpha(&self) -> MSPI_UCPHA_R
Bit 1 - SPI Master Mode, Clock Phase
Sourcepub fn mspi_udord(&self) -> MSPI_UDORD_R
pub fn mspi_udord(&self) -> MSPI_UDORD_R
Bit 2 - SPI Master Mode, Data Order
Sourcepub fn normal_sbmode(&self) -> NORMAL_SBMODE_R
pub fn normal_sbmode(&self) -> NORMAL_SBMODE_R
Bit 3 - Stop Bit Mode
Sourcepub fn normal_pmode(&self) -> NORMAL_PMODE_R
pub fn normal_pmode(&self) -> NORMAL_PMODE_R
Bits 4:5 - Parity Mode
Sourcepub fn mspi_cmode(&self) -> MSPI_CMODE_R
pub fn mspi_cmode(&self) -> MSPI_CMODE_R
Bits 6:7 - Communication Mode
Sourcepub fn normal_cmode(&self) -> NORMAL_CMODE_R
pub fn normal_cmode(&self) -> NORMAL_CMODE_R
Bits 6:7 - Communication Mode
Methods from Deref<Target = R<CTRLC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for 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