Struct Evcr
#[repr(transparent)]pub struct Evcr(pub u32);Expand description
GFXTIM events control register.
Tuple Fields§
§0: u32Implementations§
§impl Evcr
impl Evcr
pub const fn set_ev1en(&mut self, val: bool)
pub const fn set_ev1en(&mut self, val: bool)
event 1 enable This bit enables the complex event 1 generation.
pub const fn set_ev2en(&mut self, val: bool)
pub const fn set_ev2en(&mut self, val: bool)
event 2 enable This bit enables the complex event 2 generation.
Trait Implementations§
impl Copy for Evcr
impl Eq for Evcr
impl StructuralPartialEq for Evcr
Auto Trait Implementations§
impl Freeze for Evcr
impl RefUnwindSafe for Evcr
impl Send for Evcr
impl Sync for Evcr
impl Unpin for Evcr
impl UnwindSafe for Evcr
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