[−][src]Struct stm32l4x6::sdmmc::mask::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn ceataendie(&self) -> CEATAENDIER
[src]
pub fn ceataendie(&self) -> CEATAENDIER
Bit 23 - CE-ATA command completion signal received interrupt enable
pub fn sdioitie(&self) -> SDIOITIER
[src]
pub fn sdioitie(&self) -> SDIOITIER
Bit 22 - SDIO mode interrupt received interrupt enable
pub fn rxdavlie(&self) -> RXDAVLIER
[src]
pub fn rxdavlie(&self) -> RXDAVLIER
Bit 21 - Data available in Rx FIFO interrupt enable
pub fn txdavlie(&self) -> TXDAVLIER
[src]
pub fn txdavlie(&self) -> TXDAVLIER
Bit 20 - Data available in Tx FIFO interrupt enable
pub fn rxfifoeie(&self) -> RXFIFOEIER
[src]
pub fn rxfifoeie(&self) -> RXFIFOEIER
Bit 19 - Rx FIFO empty interrupt enable
pub fn txfifoeie(&self) -> TXFIFOEIER
[src]
pub fn txfifoeie(&self) -> TXFIFOEIER
Bit 18 - Tx FIFO empty interrupt enable
pub fn rxfifofie(&self) -> RXFIFOFIER
[src]
pub fn rxfifofie(&self) -> RXFIFOFIER
Bit 17 - Rx FIFO full interrupt enable
pub fn txfifofie(&self) -> TXFIFOFIER
[src]
pub fn txfifofie(&self) -> TXFIFOFIER
Bit 16 - Tx FIFO full interrupt enable
pub fn rxfifohfie(&self) -> RXFIFOHFIER
[src]
pub fn rxfifohfie(&self) -> RXFIFOHFIER
Bit 15 - Rx FIFO half full interrupt enable
pub fn txfifoheie(&self) -> TXFIFOHEIER
[src]
pub fn txfifoheie(&self) -> TXFIFOHEIER
Bit 14 - Tx FIFO half empty interrupt enable
pub fn rxactie(&self) -> RXACTIER
[src]
pub fn rxactie(&self) -> RXACTIER
Bit 13 - Data receive acting interrupt enable
pub fn txactie(&self) -> TXACTIER
[src]
pub fn txactie(&self) -> TXACTIER
Bit 12 - Data transmit acting interrupt enable
pub fn cmdactie(&self) -> CMDACTIER
[src]
pub fn cmdactie(&self) -> CMDACTIER
Bit 11 - Command acting interrupt enable
pub fn dbckendie(&self) -> DBCKENDIER
[src]
pub fn dbckendie(&self) -> DBCKENDIER
Bit 10 - Data block end interrupt enable
pub fn stbiterrie(&self) -> STBITERRIER
[src]
pub fn stbiterrie(&self) -> STBITERRIER
Bit 9 - Start bit error interrupt enable
pub fn dataendie(&self) -> DATAENDIER
[src]
pub fn dataendie(&self) -> DATAENDIER
Bit 8 - Data end interrupt enable
pub fn cmdsentie(&self) -> CMDSENTIER
[src]
pub fn cmdsentie(&self) -> CMDSENTIER
Bit 7 - Command sent interrupt enable
pub fn cmdrendie(&self) -> CMDRENDIER
[src]
pub fn cmdrendie(&self) -> CMDRENDIER
Bit 6 - Command response received interrupt enable
pub fn rxoverrie(&self) -> RXOVERRIER
[src]
pub fn rxoverrie(&self) -> RXOVERRIER
Bit 5 - Rx FIFO overrun error interrupt enable
pub fn txunderrie(&self) -> TXUNDERRIER
[src]
pub fn txunderrie(&self) -> TXUNDERRIER
Bit 4 - Tx FIFO underrun error interrupt enable
pub fn dtimeoutie(&self) -> DTIMEOUTIER
[src]
pub fn dtimeoutie(&self) -> DTIMEOUTIER
Bit 3 - Data timeout interrupt enable
pub fn ctimeoutie(&self) -> CTIMEOUTIER
[src]
pub fn ctimeoutie(&self) -> CTIMEOUTIER
Bit 2 - Command timeout interrupt enable
pub fn dcrcfailie(&self) -> DCRCFAILIER
[src]
pub fn dcrcfailie(&self) -> DCRCFAILIER
Bit 1 - Data CRC fail interrupt enable
pub fn ccrcfailie(&self) -> CCRCFAILIER
[src]
pub fn ccrcfailie(&self) -> CCRCFAILIER
Bit 0 - Command CRC fail interrupt enable
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more