#[repr(u8)]pub enum Slave {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The timer is active and all configuration fields in this register are relevant.
ONE = 1
The internal timer is disabled and the externally provided timer value is used. All other fields, except CAPTURE, in this register have no effect. CAPTURE can still be used to capture the current timer value.
Implementations§
Trait Implementations§
Source§impl Ord for Slave
impl Ord for Slave
Source§impl PartialOrd for Slave
impl PartialOrd for Slave
impl Copy for Slave
impl Eq for Slave
impl StructuralPartialEq for Slave
Auto Trait Implementations§
impl Freeze for Slave
impl RefUnwindSafe for Slave
impl Send for Slave
impl Sync for Slave
impl Unpin for Slave
impl UnwindSafe for Slave
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