#[repr(transparent)]pub struct Pcr(pub u32);Expand description
Periodic Trigger Control
Tuple Fields§
§0: u32Implementations§
Source§impl Pcr
impl Pcr
Sourcepub const fn set_ptg_num(&mut self, val: u16)
pub const fn set_ptg_num(&mut self, val: u16)
Periodic Trigger Number
Sourcepub const fn ptg_period(&self) -> u16
pub const fn ptg_period(&self) -> u16
Periodic Trigger Period Width
Sourcepub const fn set_ptg_period(&mut self, val: u16)
pub const fn set_ptg_period(&mut self, val: u16)
Periodic Trigger Period Width
Trait Implementations§
impl Copy for Pcr
impl Eq for Pcr
impl StructuralPartialEq for Pcr
Auto Trait Implementations§
impl Freeze for Pcr
impl RefUnwindSafe for Pcr
impl Send for Pcr
impl Sync for Pcr
impl Unpin for Pcr
impl UnwindSafe for Pcr
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