pub struct R(/* private fields */);Expand description
Register TFTCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn maskblend(&self) -> MASKBLEND_R
pub fn maskblend(&self) -> MASKBLEND_R
Bits 2:4 - TFT Mask and Blend Mode
Sourcepub fn shiftdclken(&self) -> SHIFTDCLKEN_R
pub fn shiftdclken(&self) -> SHIFTDCLKEN_R
Bit 8 - TFT EBI_DCLK Shift Enable
Sourcepub fn interleave(&self) -> INTERLEAVE_R
pub fn interleave(&self) -> INTERLEAVE_R
Bits 10:11 - Interleave Mode
Sourcepub fn color1src(&self) -> COLOR1SRC_R
pub fn color1src(&self) -> COLOR1SRC_R
Bit 12 - Masking/Alpha Blending Color1 Source
Methods from Deref<Target = R<TFTCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more