Enum isis_ants_api::KI2CNum[][src]

pub enum KI2CNum {
    KI2C1,
    KI2C2,
    KI2C3,
}

I2C bus which will be used for communication

Note: Not all OBCs will have all of these buses avaialable

Variants

I2C Bus 1

I2C Bus 2

I2C Bus 3

Trait Implementations

impl Clone for KI2CNum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for KI2CNum
[src]

Formats the value using the given formatter. Read more

impl PartialEq for KI2CNum
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for KI2CNum
[src]

impl Hash for KI2CNum
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for KI2CNum

impl Sync for KI2CNum