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