[−][src]Struct itsybitsy_m0::i2s::serctrl::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn sermode(&self) -> SERMODER
[src]
Bits 0:1 - Serializer Mode
pub fn txdefault(&self) -> TXDEFAULTR
[src]
Bits 2:3 - Line Default Line when Slot Disabled
pub fn txsame(&self) -> TXSAMER
[src]
Bit 4 - Transmit Data when Underrun
pub fn clksel(&self) -> CLKSELR
[src]
Bit 5 - Clock Unit Selection
pub fn slotadj(&self) -> SLOTADJR
[src]
Bit 7 - Data Slot Formatting Adjust
pub fn datasize(&self) -> DATASIZER
[src]
Bits 8:10 - Data Word Size
pub fn wordadj(&self) -> WORDADJR
[src]
Bit 12 - Data Word Formatting Adjust
pub fn extend(&self) -> EXTENDR
[src]
Bits 13:14 - Data Formatting Bit Extension
pub fn bitrev(&self) -> BITREVR
[src]
Bit 15 - Data Formatting Bit Reverse
pub fn slotdis0(&self) -> SLOTDIS0R
[src]
Bit 16 - Slot 0 Disabled for this Serializer
pub fn slotdis1(&self) -> SLOTDIS1R
[src]
Bit 17 - Slot 1 Disabled for this Serializer
pub fn slotdis2(&self) -> SLOTDIS2R
[src]
Bit 18 - Slot 2 Disabled for this Serializer
pub fn slotdis3(&self) -> SLOTDIS3R
[src]
Bit 19 - Slot 3 Disabled for this Serializer
pub fn slotdis4(&self) -> SLOTDIS4R
[src]
Bit 20 - Slot 4 Disabled for this Serializer
pub fn slotdis5(&self) -> SLOTDIS5R
[src]
Bit 21 - Slot 5 Disabled for this Serializer
pub fn slotdis6(&self) -> SLOTDIS6R
[src]
Bit 22 - Slot 6 Disabled for this Serializer
pub fn slotdis7(&self) -> SLOTDIS7R
[src]
Bit 23 - Slot 7 Disabled for this Serializer
pub fn mono(&self) -> MONOR
[src]
Bit 24 - Mono Mode
pub fn dma(&self) -> DMAR
[src]
Bit 25 - Single or Multiple DMA Channels
pub fn rxloop(&self) -> RXLOOPR
[src]
Bit 26 - Loop-back Test Mode
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,