#[repr(transparent)]pub struct Rxevpulsegen(pub u32);Expand description
RX Event Pulse Generator
Tuple Fields§
§0: u32Implementations§
Source§impl Rxevpulsegen
impl Rxevpulsegen
Sourcepub const fn rxevpulsegen(&self) -> Rxevpulsegen
pub const fn rxevpulsegen(&self) -> Rxevpulsegen
RX Event Pulse Generator. Writing a ‘1’ to this register will create a one PSCLK pulse width of logic ‘1’. It is automatically cleared.
Sourcepub const fn set_rxevpulsegen(&mut self, val: Rxevpulsegen)
pub const fn set_rxevpulsegen(&mut self, val: Rxevpulsegen)
RX Event Pulse Generator. Writing a ‘1’ to this register will create a one PSCLK pulse width of logic ‘1’. It is automatically cleared.
Trait Implementations§
Source§impl Clone for Rxevpulsegen
impl Clone for Rxevpulsegen
Source§fn clone(&self) -> Rxevpulsegen
fn clone(&self) -> Rxevpulsegen
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Rxevpulsegen
impl Debug for Rxevpulsegen
Source§impl Default for Rxevpulsegen
impl Default for Rxevpulsegen
Source§fn default() -> Rxevpulsegen
fn default() -> Rxevpulsegen
Returns the “default value” for a type. Read more
Source§impl PartialEq for Rxevpulsegen
impl PartialEq for Rxevpulsegen
impl Copy for Rxevpulsegen
impl Eq for Rxevpulsegen
impl StructuralPartialEq for Rxevpulsegen
Auto Trait Implementations§
impl Freeze for Rxevpulsegen
impl RefUnwindSafe for Rxevpulsegen
impl Send for Rxevpulsegen
impl Sync for Rxevpulsegen
impl Unpin for Rxevpulsegen
impl UnwindSafe for Rxevpulsegen
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