[][src]Type Definition stm32f4::stm32f413::dma1::st::cr::DIR_R

type DIR_R = R<u8, DIR_A>;

Reader of field DIR

Methods

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