[][src]Struct bq24195_i2c::ThermalRegulationControl

pub struct ThermalRegulationControl { /* fields omitted */ }

Methods

impl ThermalRegulationControl[src]

pub const RESERVED_7: Self[src]

Reserved, must write 0

pub const RESERVED_6: Self[src]

Reserved, must write 0

pub const RESERVED_5: Self[src]

Reserved, must write 0

pub const RESERVED_4: Self[src]

Reserved, must write 0

pub const RESERVED_3: Self[src]

Reserved, must write 0

pub const RESERVED_2: Self[src]

Reserved, must write 0

pub const TREG_1: Self[src]

Thermal Regulation Threshold Bit 1 (10 = 100C, 11 = 120C)

pub const TREG_0: Self[src]

Thermal Regulation Threshold Bit 0 (00 = 60C, 01 = 80C)

Trait Implementations

impl BitAnd<ThermalRegulationControl> for ThermalRegulationControl[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<ThermalRegulationControl> for ThermalRegulationControl[src]

impl BitOr<ThermalRegulationControl> for ThermalRegulationControl[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<ThermalRegulationControl> for ThermalRegulationControl[src]

impl BitXor<ThermalRegulationControl> for ThermalRegulationControl[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<ThermalRegulationControl> for ThermalRegulationControl[src]

impl Clone for ThermalRegulationControl[src]

impl Copy for ThermalRegulationControl[src]

impl Debug for ThermalRegulationControl[src]

impl Default for ThermalRegulationControl[src]

impl Eq for ThermalRegulationControl[src]

impl From<u8> for ThermalRegulationControl[src]

impl Into<u8> for ThermalRegulationControl[src]

impl PartialEq<ThermalRegulationControl> for ThermalRegulationControl[src]

impl StructuralEq for ThermalRegulationControl[src]

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