Type Definition stm32f4::stm32f407::ltdc::layer::pfcr::PF_R[][src]

type PF_R = R<u8, PF_A>;

Reader of field PF

Implementations

impl PF_R[src]

pub fn variant(&self) -> PF_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