[−][src]Enum lpc55_pac::i2c0::stat::SLVNOTSTR_A
pub enum SLVNOTSTR_A { STRETCHING, NOT_STRETCHING, }
Slave Not Stretching. Indicates when the slave function is stretching the I2C clock. This is needed in order to gracefully invoke Deep Sleep or Power-down modes during slave operation. This read-only flag reflects the slave function status in real time.
Value on reset: 1
Variants
0: Stretching. The slave function is currently stretching the I2C bus clock. Deep-Sleep or Power-down mode cannot be entered at this time.
1: Not stretching. The slave function is not currently stretching the I 2C bus clock. Deep-sleep or Power-down mode could be entered at this time.
Trait Implementations
impl Clone for SLVNOTSTR_A
[src][+]
impl Copy for SLVNOTSTR_A
[src]
impl Debug for SLVNOTSTR_A
[src][+]
impl From<SLVNOTSTR_A> for bool
[src][+]
impl PartialEq<SLVNOTSTR_A> for SLVNOTSTR_A
[src][+]
impl StructuralPartialEq for SLVNOTSTR_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,