[][src]Type Definition tm4c129x::i2c0::fifoctl::W

type W = W<u32, FIFOCTL>;

Writer for register FIFOCTL

Methods

impl W[src]

pub fn txtrig(&mut self) -> TXTRIG_W[src]

Bits 0:2 - TX FIFO Trigger

pub fn dmatxena(&mut self) -> DMATXENA_W[src]

Bit 13 - DMA TX Channel Enable

pub fn txflush(&mut self) -> TXFLUSH_W[src]

Bit 14 - TX FIFO Flush

pub fn txasgnmt(&mut self) -> TXASGNMT_W[src]

Bit 15 - TX Control Assignment

pub fn rxtrig(&mut self) -> RXTRIG_W[src]

Bits 16:18 - RX FIFO Trigger

pub fn dmarxena(&mut self) -> DMARXENA_W[src]

Bit 29 - DMA RX Channel Enable

pub fn rxflush(&mut self) -> RXFLUSH_W[src]

Bit 30 - RX FIFO Flush

pub fn rxasgnmt(&mut self) -> RXASGNMT_W[src]

Bit 31 - RX Control Assignment