#[repr(transparent)]pub struct MatchL(pub u32);Expand description
Match Low Register
Tuple Fields§
§0: u32Implementations§
Source§impl MatchL
impl MatchL
Sourcepub const fn match_value(&self) -> u32
pub const fn match_value(&self) -> u32
The value written to the MATCH (L/H) register pair is compared against the central EVTIMER. When a match occurs, an interrupt request is generated if enabled.
Sourcepub const fn set_match_value(&mut self, val: u32)
pub const fn set_match_value(&mut self, val: u32)
The value written to the MATCH (L/H) register pair is compared against the central EVTIMER. When a match occurs, an interrupt request is generated if enabled.
Trait Implementations§
impl Copy for MatchL
impl Eq for MatchL
impl StructuralPartialEq for MatchL
Auto Trait Implementations§
impl Freeze for MatchL
impl RefUnwindSafe for MatchL
impl Send for MatchL
impl Sync for MatchL
impl Unpin for MatchL
impl UnwindSafe for MatchL
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