#[repr(u8)]pub enum Pse {
PSE_0 = 0,
PSE_1 = 1,
}Variants§
PSE_0 = 0
Do not process the Periodic Schedule
PSE_1 = 1
Use the PERIODICLISTBASE register to access the Periodic Schedule.
Implementations§
Trait Implementations§
Source§impl Ord for Pse
impl Ord for Pse
Source§impl PartialOrd for Pse
impl PartialOrd for Pse
impl Copy for Pse
impl Eq for Pse
impl StructuralPartialEq for Pse
Auto Trait Implementations§
impl Freeze for Pse
impl RefUnwindSafe for Pse
impl Send for Pse
impl Sync for Pse
impl Unpin for Pse
impl UnwindSafe for Pse
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