Enum nrf52::i2c::registers::ErrorSrc [] [src]

#[repr(u32)]
pub enum ErrorSrc { None, AddressNack, DataNack, }

Represents allowable values of errorsrc register.

Variants

Trait Implementations

impl Debug for ErrorSrc
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ErrorSrc
[src]

impl Clone for ErrorSrc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<ErrorSrc> for Error
[src]

[src]

Performs the conversion.