[][src]Enum nrf52832_hal::target::comp::isource::ISOURCEW

pub enum ISOURCEW {
    OFF,
    IEN2MA5,
    IEN5MA,
    IEN10MA,
}

Values that can be written to the field ISOURCE

Variants

OFF

Current source disabled

IEN2MA5

Current source enabled (+/- 2.5 uA)

IEN5MA

Current source enabled (+/- 5 uA)

IEN10MA

Current source enabled (+/- 10 uA)

Auto Trait Implementations

impl Send for ISOURCEW

impl Sync for ISOURCEW

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]

impl<T> Same for T

type Output = T

Should always be Self