[][src]Type Definition stm32f4::stm32f469::dma2d::cr::SUSP_R

type SUSP_R = R<bool, SUSP_A>;

Reader of field SUSP

Methods

impl SUSP_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is NOTSUSPENDED

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

Checks if the value of the field is SUSPENDED