Enum Pendstset
pub enum Pendstset {
_0 = 0,
_1 = 1,
}Expand description
SysTick exception set-pending bit
Value on reset: 0
Variants§
_0 = 0
0: write: no effect; read: SysTick exception is not pending
_1 = 1
1: write: changes SysTick exception state to pending; read: SysTick exception is pending
Trait Implementations§
impl Copy for Pendstset
impl Eq for Pendstset
impl StructuralPartialEq for Pendstset
Auto Trait Implementations§
impl Freeze for Pendstset
impl RefUnwindSafe for Pendstset
impl Send for Pendstset
impl Sync for Pendstset
impl Unpin for Pendstset
impl UnwindSafe for Pendstset
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