[][src]Struct k66::i2c2::smb::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u8) -> &mut Self[src]

Writes raw bits to the register

pub fn shtf2ie(&mut self) -> _SHTF2IEW[src]

Bit 0 - SHTF2 Interrupt Enable

pub fn shtf2(&mut self) -> _SHTF2W[src]

Bit 1 - SCL High Timeout Flag 2

pub fn sltf(&mut self) -> _SLTFW[src]

Bit 3 - SCL Low Timeout Flag

pub fn tcksel(&mut self) -> _TCKSELW[src]

Bit 4 - Timeout Counter Clock Select

pub fn siicaen(&mut self) -> _SIICAENW[src]

Bit 5 - Second I2C Address Enable

pub fn alerten(&mut self) -> _ALERTENW[src]

Bit 6 - SMBus Alert Response Address Enable

pub fn fack(&mut self) -> _FACKW[src]

Bit 7 - Fast NACK/ACK Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self