#[repr(transparent)]pub struct Matchrel10(pub u32);Expand description
SCT match reload value register
Tuple Fields§
§0: u32Implementations§
Source§impl Matchrel10
impl Matchrel10
Sourcepub const fn reloadn_l(&self) -> u16
pub const fn reloadn_l(&self) -> u16
When UNIFY = 0, specifies the 16-bit value to be loaded into the MATCHn_L register. When UNIFY = 1, specifies the lower 16 bits of the 32-bit value to be loaded into the MATCHn register.
Sourcepub const fn set_reloadn_l(&mut self, val: u16)
pub const fn set_reloadn_l(&mut self, val: u16)
When UNIFY = 0, specifies the 16-bit value to be loaded into the MATCHn_L register. When UNIFY = 1, specifies the lower 16 bits of the 32-bit value to be loaded into the MATCHn register.
Sourcepub const fn reloadn_h(&self) -> u16
pub const fn reloadn_h(&self) -> u16
When UNIFY = 0, specifies the 16-bit to be loaded into the MATCHn_H register. When UNIFY = 1, specifies the upper 16 bits of the 32-bit value to be loaded into the MATCHn register.
Sourcepub const fn set_reloadn_h(&mut self, val: u16)
pub const fn set_reloadn_h(&mut self, val: u16)
When UNIFY = 0, specifies the 16-bit to be loaded into the MATCHn_H register. When UNIFY = 1, specifies the upper 16 bits of the 32-bit value to be loaded into the MATCHn register.
Trait Implementations§
Source§impl Clone for Matchrel10
impl Clone for Matchrel10
Source§fn clone(&self) -> Matchrel10
fn clone(&self) -> Matchrel10
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more