[][src]Struct bq24195_i2c::MiscOperationControl

pub struct MiscOperationControl { /* fields omitted */ }

Methods

impl MiscOperationControl[src]

pub const DPDM_EN: Self[src]

Force DPDM detection

pub const TMR2X_EN: Self[src]

Safety Timer Setting during Input DPM and Thermal Regulation (1 = safety timer slowed by 2x, 0 = normal speed)

pub const BATFET_DISABLE: Self[src]

Force BATFET Off

pub const RESERVED_4: Self[src]

Reserved, must write 0

pub const RESERVED_3: Self[src]

Reserved, must write 1

pub const RESERVED_2: Self[src]

Reserved, must write 0

pub const INT_MASK_1: Self[src]

Interrupt Mask Bit 1 (1 = interrupt on CHRG_FAULT)

pub const INT_MASK_0: Self[src]

Interrupt Mask Bit 0 (0 = interrupt on BAT_FAULT)

Trait Implementations

impl BitAnd<MiscOperationControl> for MiscOperationControl[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<MiscOperationControl> for MiscOperationControl[src]

impl BitOr<MiscOperationControl> for MiscOperationControl[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<MiscOperationControl> for MiscOperationControl[src]

impl BitXor<MiscOperationControl> for MiscOperationControl[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<MiscOperationControl> for MiscOperationControl[src]

impl Clone for MiscOperationControl[src]

impl Copy for MiscOperationControl[src]

impl Debug for MiscOperationControl[src]

impl Default for MiscOperationControl[src]

impl Eq for MiscOperationControl[src]

impl From<u8> for MiscOperationControl[src]

impl Into<u8> for MiscOperationControl[src]

impl PartialEq<MiscOperationControl> for MiscOperationControl[src]

impl StructuralEq for MiscOperationControl[src]

impl StructuralPartialEq for MiscOperationControl[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.