pub enum ABRT_SBYTE_NORSTRT_A {
ABRT_SBYTE_NORSTRT_VOID = 0,
ABRT_SBYTE_NORSTRT_GENERATED = 1,
}
Expand description
To clear Bit 9, the source of the ABRT_SBYTE_NORSTRT must be fixed first; restart must be enabled (IC_CON[5]=1), the SPECIAL bit must be cleared (IC_TAR[11]), or the GC_OR_START bit must be cleared (IC_TAR[10]). Once the source of the ABRT_SBYTE_NORSTRT is fixed, then this bit can be cleared in the same manner as other bits in this register. If the source of the ABRT_SBYTE_NORSTRT is not fixed before attempting to clear this bit, bit 9 clears for one cycle and then gets reasserted. When this field is set to 1, the restart is disabled (IC_RESTART_EN bit (IC_CON[5]) =0) and the user is trying to send a START Byte.
Reset value: 0x0
Role of DW_apb_i2c: Master
Value on reset: 0
Variants§
ABRT_SBYTE_NORSTRT_VOID = 0
0: User trying to send START byte when RESTART disabled- scenario not present
ABRT_SBYTE_NORSTRT_GENERATED = 1
1: User trying to send START byte when RESTART disabled
Trait Implementations§
source§impl Clone for ABRT_SBYTE_NORSTRT_A
impl Clone for ABRT_SBYTE_NORSTRT_A
source§fn clone(&self) -> ABRT_SBYTE_NORSTRT_A
fn clone(&self) -> ABRT_SBYTE_NORSTRT_A
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ABRT_SBYTE_NORSTRT_A
impl Debug for ABRT_SBYTE_NORSTRT_A
source§impl From<ABRT_SBYTE_NORSTRT_A> for bool
impl From<ABRT_SBYTE_NORSTRT_A> for bool
source§fn from(variant: ABRT_SBYTE_NORSTRT_A) -> Self
fn from(variant: ABRT_SBYTE_NORSTRT_A) -> Self
source§impl PartialEq for ABRT_SBYTE_NORSTRT_A
impl PartialEq for ABRT_SBYTE_NORSTRT_A
impl Copy for ABRT_SBYTE_NORSTRT_A
impl Eq for ABRT_SBYTE_NORSTRT_A
impl StructuralPartialEq for ABRT_SBYTE_NORSTRT_A
Auto Trait Implementations§
impl Freeze for ABRT_SBYTE_NORSTRT_A
impl RefUnwindSafe for ABRT_SBYTE_NORSTRT_A
impl Send for ABRT_SBYTE_NORSTRT_A
impl Sync for ABRT_SBYTE_NORSTRT_A
impl Unpin for ABRT_SBYTE_NORSTRT_A
impl UnwindSafe for ABRT_SBYTE_NORSTRT_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)