#[repr(u8)]pub enum Por {
POR_0 = 0,
POR_1 = 1,
}Variants§
POR_0 = 0
Reset is not the result of a power on reset.
POR_1 = 1
Reset is the result of a power on reset.
Implementations§
Trait Implementations§
Source§impl Ord for Por
impl Ord for Por
Source§impl PartialOrd for Por
impl PartialOrd for Por
impl Copy for Por
impl Eq for Por
impl StructuralPartialEq for Por
Auto Trait Implementations§
impl Freeze for Por
impl RefUnwindSafe for Por
impl Send for Por
impl Sync for Por
impl Unpin for Por
impl UnwindSafe for Por
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