Enum Pendstclr
pub enum Pendstclr {
_0 = 0,
_1 = 1,
}Expand description
SysTick exception clear-pending bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pendstclr
impl Eq for Pendstclr
impl StructuralPartialEq for Pendstclr
Auto Trait Implementations§
impl Freeze for Pendstclr
impl RefUnwindSafe for Pendstclr
impl Send for Pendstclr
impl Sync for Pendstclr
impl Unpin for Pendstclr
impl UnwindSafe for Pendstclr
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