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