[][src]Type Definition stm32f4::stm32f469::dma2d::bgpfccr::CM_R

type CM_R = R<u8, CM_A>;

Reader of field CM

Methods

impl CM_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is ARGB8888

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

Checks if the value of the field is RGB888

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

Checks if the value of the field is RGB565

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

Checks if the value of the field is ARGB1555

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

Checks if the value of the field is ARGB4444

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

Checks if the value of the field is L8

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

Checks if the value of the field is AL44

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

Checks if the value of the field is AL88

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

Checks if the value of the field is L4

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

Checks if the value of the field is A8

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

Checks if the value of the field is A4