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

type R = R<u32, FIFOCTL>;

Reader of register FIFOCTL

Methods

impl R[src]

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

Bits 0:2 - TX FIFO Trigger

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

Bit 13 - DMA TX Channel Enable

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

Bit 14 - TX FIFO Flush

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

Bit 15 - TX Control Assignment

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

Bits 16:18 - RX FIFO Trigger

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

Bit 29 - DMA RX Channel Enable

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

Bit 30 - RX FIFO Flush

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

Bit 31 - RX Control Assignment