#[repr(transparent)]pub struct Matchrel3(pub u32);Expand description
SCT match reload value register
Tuple Fields§
§0: u32Implementations§
Source§impl Matchrel3
impl Matchrel3
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.