[][src]Enum cc2650::ioc::iocfg13::IOSTRW

pub enum IOSTRW {
    MAX,
    MED,
    MIN,
    AUTO,
}

Values that can be written to the field IOSTR

Variants

MAX

Maximum drive strength, controlled by AON_IOC:IOSTRMAX (min 2 mA @1.8V with default values)

MED

Medium drive strength, controlled by AON_IOC:IOSTRMED (min 2 mA @2.5V with default values)

MIN

Minimum drive strength, controlled by AON_IOC:IOSTRMIN (min 2 mA @3.3V with default values)

AUTO

Automatic drive strength, controlled by AON BATMON based on battery voltage. (min 2 mA @VDDS)

Trait Implementations

impl Copy for IOSTRW[src]

impl Debug for IOSTRW[src]

impl PartialEq<IOSTRW> for IOSTRW[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for IOSTRW[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IOSTRW

impl Sync for IOSTRW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]