#[repr(u8)]pub enum Acsat {
ACSAT_0 = 0,
ACSAT_1 = 1,
ACSAT_2 = 2,
ACSAT_3 = 3,
ACSAT_4 = 4,
ACSAT_5 = 5,
ACSAT_6 = 6,
ACSAT_7 = 7,
}Variants§
ACSAT_0 = 0
The sampling time equals to T
ACSAT_1 = 1
The sampling time equasl to 2*T
ACSAT_2 = 2
The sampling time equasl to 4*T
ACSAT_3 = 3
The sampling time equasl to 8*T
ACSAT_4 = 4
The sampling time equasl to 16*T
ACSAT_5 = 5
The sampling time equasl to 32*T
ACSAT_6 = 6
The sampling time equasl to 64*T
ACSAT_7 = 7
The sampling time equasl to 256*T
Implementations§
Trait Implementations§
Source§impl Ord for Acsat
impl Ord for Acsat
Source§impl PartialOrd for Acsat
impl PartialOrd for Acsat
impl Copy for Acsat
impl Eq for Acsat
impl StructuralPartialEq for Acsat
Auto Trait Implementations§
impl Freeze for Acsat
impl RefUnwindSafe for Acsat
impl Send for Acsat
impl Sync for Acsat
impl Unpin for Acsat
impl UnwindSafe for Acsat
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