pub enum RX_UNDER_A {
INACTIVE = 0,
ACTIVE = 1,
}
Expand description
Set if the processor attempts to read the receive buffer when it is empty by reading from the IC_DATA_CMD register. If the module is disabled (IC_ENABLE[0]=0), this bit keeps its level until the master or slave state machines go into idle, and when ic_en goes to 0, this interrupt is cleared.
Reset value: 0x0
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for RX_UNDER_A
impl Clone for RX_UNDER_A
Source§fn clone(&self) -> RX_UNDER_A
fn clone(&self) -> RX_UNDER_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RX_UNDER_A
impl Debug for RX_UNDER_A
Source§impl From<RX_UNDER_A> for bool
impl From<RX_UNDER_A> for bool
Source§fn from(variant: RX_UNDER_A) -> Self
fn from(variant: RX_UNDER_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RX_UNDER_A
impl PartialEq for RX_UNDER_A
impl Copy for RX_UNDER_A
impl Eq for RX_UNDER_A
impl StructuralPartialEq for RX_UNDER_A
Auto Trait Implementations§
impl Freeze for RX_UNDER_A
impl RefUnwindSafe for RX_UNDER_A
impl Send for RX_UNDER_A
impl Sync for RX_UNDER_A
impl Unpin for RX_UNDER_A
impl UnwindSafe for RX_UNDER_A
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