[][src]Type Definition stm32f1::stm32f100::cec::csr::W

type W = W<u32, CSR>;

Writer for register CSR

Methods

impl W[src]

pub fn tsom(&mut self) -> TSOM_W[src]

Bit 0 - Tx start of message

pub fn teom(&mut self) -> TEOM_W[src]

Bit 1 - Tx end of message

pub fn terr(&mut self) -> TERR_W[src]

Bit 2 - Tx error

pub fn tbtrf(&mut self) -> TBTRF_W[src]

Bit 3 - Tx byte transfer request or block transfer finished

pub fn rsom(&mut self) -> RSOM_W[src]

Bit 4 - Rx start of message

pub fn reom(&mut self) -> REOM_W[src]

Bit 5 - Rx end of message

pub fn rerr(&mut self) -> RERR_W[src]

Bit 6 - Rx error

pub fn rbtf(&mut self) -> RBTF_W[src]

Bit 7 - Rx byte/block transfer finished