Type Definition stm32f2::stm32f217::dma2::st::cr::DIR_R[][src]

type DIR_R = R<u8, DIR_A>;

Reader of field DIR

Implementations

impl DIR_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is PERIPHERALTOMEMORY

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

Checks if the value of the field is MEMORYTOPERIPHERAL

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

Checks if the value of the field is MEMORYTOMEMORY