Type Definition stm32f1::stm32f107::ethernet_dma::dmasr::TPS_R[][src]

type TPS_R = R<u8, TPS_A>;

Reader of field TPS

Implementations

impl TPS_R[src]

pub fn variant(&self) -> Variant<u8, TPS_A>[src]

Get enumerated values variant

pub fn is_stopped(&self) -> bool[src]

Checks if the value of the field is STOPPED

pub fn is_running_fetching(&self) -> bool[src]

Checks if the value of the field is RUNNINGFETCHING

pub fn is_running_waiting(&self) -> bool[src]

Checks if the value of the field is RUNNINGWAITING

pub fn is_running_reading(&self) -> bool[src]

Checks if the value of the field is RUNNINGREADING

pub fn is_suspended(&self) -> bool[src]

Checks if the value of the field is SUSPENDED

pub fn is_running(&self) -> bool[src]

Checks if the value of the field is RUNNING