[][src]Type Definition efm32gg11b820::i2c0::cmd::W

type W = W<u32, CMD>;

Writer for register CMD

Implementations

impl W[src]

pub fn start(&mut self) -> START_W<'_>[src]

Bit 0 - Send Start Condition

pub fn stop(&mut self) -> STOP_W<'_>[src]

Bit 1 - Send Stop Condition

pub fn ack(&mut self) -> ACK_W<'_>[src]

Bit 2 - Send ACK

pub fn nack(&mut self) -> NACK_W<'_>[src]

Bit 3 - Send NACK

pub fn cont(&mut self) -> CONT_W<'_>[src]

Bit 4 - Continue Transmission

pub fn abort(&mut self) -> ABORT_W<'_>[src]

Bit 5 - Abort Transmission

pub fn cleartx(&mut self) -> CLEARTX_W<'_>[src]

Bit 6 - Clear TX

pub fn clearpc(&mut self) -> CLEARPC_W<'_>[src]

Bit 7 - Clear Pending Commands