[][src]Type Definition stm32f7::stm32f7x3::dma2::st::cr::MBURST_R

type MBURST_R = R<u8, MBURST_A>;

Reader of field MBURST

Implementations

impl MBURST_R[src]

pub fn variant(&self) -> MBURST_A[src]

Get enumerated values variant

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

Checks if the value of the field is SINGLE

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

Checks if the value of the field is INCR4

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

Checks if the value of the field is INCR8

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

Checks if the value of the field is INCR16