pub struct R(_);
Expand description
Register IDINTEN
reader
Implementations§
§impl R
impl R
pub fn ti(&self) -> BitReaderRaw<bool>
pub fn ti(&self) -> BitReaderRaw<bool>
Bit 0 - Transmit Interrupt Enable. When set with Normal Interrupt Summary Enable, Transmit Interrupt is enabled. When reset, Transmit Interrupt is disabled.
pub fn ri(&self) -> BitReaderRaw<bool>
pub fn ri(&self) -> BitReaderRaw<bool>
Bit 1 - Receive Interrupt Enable. When set with Normal Interrupt Summary Enable, Receive Interrupt is enabled. When reset, Receive Interrupt is disabled.
pub fn fbe(&self) -> BitReaderRaw<bool>
pub fn fbe(&self) -> BitReaderRaw<bool>
Bit 2 - Fatal Bus Error Enable. When set with Abnormal Interrupt Summary Enable, the Fatal Bus Error Interrupt is enabled. When reset, Fatal Bus Error Enable Interrupt is disabled.
pub fn du(&self) -> BitReaderRaw<bool>
pub fn du(&self) -> BitReaderRaw<bool>
Bit 4 - Descriptor Unavailable Interrupt. When set along with Abnormal Interrupt Summary Enable, the DU interrupt is enabled.
pub fn ces(&self) -> BitReaderRaw<bool>
pub fn ces(&self) -> BitReaderRaw<bool>
Bit 5 - Card Error summary Interrupt Enable. When set, it enables the Card Interrupt summary.
Methods from Deref<Target = R<IDINTEN_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.