pub struct L1DCCRrs;
Expand description
This register defines the default color of a layer in the format ARGB. The default color is used outside the defined layer window or when a layer is disabled. The reset value of 0x00000000 defines a transparent black color.
You can read
this register and get l1dccr::R
. You can reset
, write
, write_with_zero
this register using l1dccr::W
. You can also modify
this register. See API.
See register structure
Trait Implementations§
Source§impl Resettable for L1DCCRrs
reset()
method sets L1DCCR to value 0
impl Resettable for L1DCCRrs
reset()
method sets L1DCCR to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for L1DCCRrs
write(|w| ..)
method takes l1dccr::W
writer structure
impl Writable for L1DCCRrs
write(|w| ..)
method takes l1dccr::W
writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = <Self::Ux>::ZERO
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
impl Readable for L1DCCRrs
read()
method returns l1dccr::R
reader structure
Auto Trait Implementations§
impl Freeze for L1DCCRrs
impl RefUnwindSafe for L1DCCRrs
impl Send for L1DCCRrs
impl Sync for L1DCCRrs
impl Unpin for L1DCCRrs
impl UnwindSafe for L1DCCRrs
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