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