pub struct PhysicalSecureTimer;Available on (crate feature
fakes or AArch64) and crate feature el1 only.Expand description
Physical Secure Timer
Uses CNTPS_* system registers.
Trait Implementations§
Source§impl TimerInterface for PhysicalSecureTimer
impl TimerInterface for PhysicalSecureTimer
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