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

type W = W<u32, CMD>;

Writer for register CMD

Methods

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