[][src]Struct bq24195_i2c::ChargeTerminationTimerControl

pub struct ChargeTerminationTimerControl { /* fields omitted */ }

Methods

impl ChargeTerminationTimerControl[src]

pub const EN_TERM: Self[src]

Charging Termination Enable

pub const TERM_STAT: Self[src]

Termination Indicator Threshold

pub const WATCHDOG_1: Self[src]

I2C Watchdog Timer Setting Bit 1: (10 = 80s, 11 = 160s)

pub const WATCHDOG_0: Self[src]

I2C Watchdog Timer Setting Bit 0: (00 = Disable Timer, 01 = 40s)

pub const EN_TIMER: Self[src]

Charging Safety Timer Enable

pub const CHG_TIMER_1: Self[src]

Fast Charge Timer Setting Bit 1 (10 = 12h, 11 = 20h)

pub const CHG_TIMER_0: Self[src]

Fast Charge Timer Setting Bit 0 (00 = 5h, 01 = 8h)

pub const RESERVED: Self[src]

Reserved, must write 0

Trait Implementations

impl BitAnd<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

impl BitOr<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

impl BitXor<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

impl Clone for ChargeTerminationTimerControl[src]

impl Copy for ChargeTerminationTimerControl[src]

impl Debug for ChargeTerminationTimerControl[src]

impl Default for ChargeTerminationTimerControl[src]

impl Eq for ChargeTerminationTimerControl[src]

impl From<u8> for ChargeTerminationTimerControl[src]

impl Into<u8> for ChargeTerminationTimerControl[src]

impl PartialEq<ChargeTerminationTimerControl> for ChargeTerminationTimerControl[src]

impl StructuralEq for ChargeTerminationTimerControl[src]

impl StructuralPartialEq for ChargeTerminationTimerControl[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.