[][src]Struct bq24195_i2c::PreChargeTerminationCurrentControl

pub struct PreChargeTerminationCurrentControl { /* fields omitted */ }

Register 0x03

IPRECHG[3:0] is added to 128mA

ITERM[3:0] is added to 128mA

Methods

impl PreChargeTerminationCurrentControl[src]

pub const IPRECHG_3: Self[src]

Pre-Charge Current Limit Offset Bit 3: 1024 mA

pub const IPRECHG_2: Self[src]

Pre-Charge Current Limit Offset Bit 2: 512 mA

pub const IPRECHG_1: Self[src]

Pre-Charge Current Limit Offset Bit 1: 256 mA

pub const IPRECHG_0: Self[src]

Pre-Charge Current Limit Offset Bit 0: 128 mA

pub const ITERM_3: Self[src]

Termination Current Limit Offset Bit 3: 1024 mA

pub const ITERM_2: Self[src]

Termination Current Limit Offset Bit 2: 512 mA

pub const ITERM_1: Self[src]

Termination Current Limit Offset Bit 1: 256 mA

pub const ITERM_0: Self[src]

Termination Current Limit Offset Bit 0: 128 mA

Trait Implementations

impl BitAnd<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

impl BitOr<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

impl BitXor<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

impl Clone for PreChargeTerminationCurrentControl[src]

impl Copy for PreChargeTerminationCurrentControl[src]

impl Debug for PreChargeTerminationCurrentControl[src]

impl Default for PreChargeTerminationCurrentControl[src]

impl Eq for PreChargeTerminationCurrentControl[src]

impl From<u8> for PreChargeTerminationCurrentControl[src]

impl Into<u8> for PreChargeTerminationCurrentControl[src]

impl PartialEq<PreChargeTerminationCurrentControl> for PreChargeTerminationCurrentControl[src]

impl StructuralEq for PreChargeTerminationCurrentControl[src]

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