Struct ra4m2::SCI2

source ·
pub struct SCI2 { /* private fields */ }
Expand description

Serial Communication Interface 0

Implementations§

Pointer to the register block

Return the pointer to the register block

Methods from Deref<Target = RegisterBlock>§

0x00 - Serial Mode Register for Smart Card Interface Mode (SCMR.SMIF = 1)

0x00 - Serial Mode Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)

0x02 - Serial Control Register for Smart Card Interface Mode (SCMR.SMIF = 1)

0x02 - Serial Control Register for Non-Smart Card Interface Mode (SCMR.SMIF = 0)

0x04 - Serial Status Register for Smart Card Interface Mode (SCMR.SMIF = 1, and MMR.MANEN = 0)

0x04 - Serial Status Register for Non-Smart Card Interface and Non-FIFO Mode (SCMR.SMIF = 0, FCR.FM = 0, and MMR.MANEN = 0)

Trait Implementations§

Formats the value using the given formatter. Read more
The resulting type after dereferencing.
Dereferences the value.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.