pub struct PhysicalSecureTimer;Expand description
Physical Secure Timer
Uses CNTPS_* system registers.
Trait Implementations§
Source§impl TimerInterface for PhysicalSecureTimer
Available on crate feature el1 only.
impl TimerInterface for PhysicalSecureTimer
Available on crate feature
el1 only.Auto Trait Implementations§
impl Freeze for PhysicalSecureTimer
impl RefUnwindSafe for PhysicalSecureTimer
impl Send for PhysicalSecureTimer
impl Sync for PhysicalSecureTimer
impl Unpin for PhysicalSecureTimer
impl UnsafeUnpin for PhysicalSecureTimer
impl UnwindSafe for PhysicalSecureTimer
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