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