#[repr(transparent)]pub struct Pigeon111(pub u32);Expand description
Panel Interface Signal Generator Register
Tuple Fields§
§0: u32Implementations§
Source§impl Pigeon111
impl Pigeon111
Sourcepub const fn set_cnt(&self) -> Pigeon111SetCnt
pub const fn set_cnt(&self) -> Pigeon111SetCnt
Assert signal output when counter match this value
Sourcepub const fn set_set_cnt(&mut self, val: Pigeon111SetCnt)
pub const fn set_set_cnt(&mut self, val: Pigeon111SetCnt)
Assert signal output when counter match this value
Sourcepub const fn clr_cnt(&self) -> Pigeon111ClrCnt
pub const fn clr_cnt(&self) -> Pigeon111ClrCnt
Deassert signal output when counter match this value
Sourcepub const fn set_clr_cnt(&mut self, val: Pigeon111ClrCnt)
pub const fn set_clr_cnt(&mut self, val: Pigeon111ClrCnt)
Deassert signal output when counter match this value
Trait Implementations§
impl Copy for Pigeon111
impl Eq for Pigeon111
impl StructuralPartialEq for Pigeon111
Auto Trait Implementations§
impl Freeze for Pigeon111
impl RefUnwindSafe for Pigeon111
impl Send for Pigeon111
impl Sync for Pigeon111
impl Unpin for Pigeon111
impl UnwindSafe for Pigeon111
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