#[repr(u8)]
pub enum BURSTLEN_A {
Show 16 variants
SINGLE,
_2BEAT,
_3BEAT,
_4BEAT,
_5BEAT,
_6BEAT,
_7BEAT,
_8BEAT,
_9BEAT,
_10BEAT,
_11BEAT,
_12BEAT,
_13BEAT,
_14BEAT,
_15BEAT,
_16BEAT,
}
Expand description
Burst Length
Value on reset: 0
Variants
SINGLE
0: Single-beat burst length
_2BEAT
1: 2-beats burst length
_3BEAT
2: 3-beats burst length
_4BEAT
3: 4-beats burst length
_5BEAT
4: 5-beats burst length
_6BEAT
5: 6-beats burst length
_7BEAT
6: 7-beats burst length
_8BEAT
7: 8-beats burst length
_9BEAT
8: 9-beats burst length
_10BEAT
9: 10-beats burst length
_11BEAT
10: 11-beats burst length
_12BEAT
11: 12-beats burst length
_13BEAT
12: 13-beats burst length
_14BEAT
13: 14-beats burst length
_15BEAT
14: 15-beats burst length
_16BEAT
15: 16-beats burst length
Trait Implementations
sourceimpl Clone for BURSTLEN_A
impl Clone for BURSTLEN_A
sourcefn clone(&self) -> BURSTLEN_A
fn clone(&self) -> BURSTLEN_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BURSTLEN_A
impl Debug for BURSTLEN_A
sourceimpl From<BURSTLEN_A> for u8
impl From<BURSTLEN_A> for u8
sourcefn from(variant: BURSTLEN_A) -> Self
fn from(variant: BURSTLEN_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<BURSTLEN_A> for BURSTLEN_A
impl PartialEq<BURSTLEN_A> for BURSTLEN_A
sourcefn eq(&self, other: &BURSTLEN_A) -> bool
fn eq(&self, other: &BURSTLEN_A) -> bool
impl Copy for BURSTLEN_A
impl StructuralPartialEq for BURSTLEN_A
Auto Trait Implementations
impl RefUnwindSafe for BURSTLEN_A
impl Send for BURSTLEN_A
impl Sync for BURSTLEN_A
impl Unpin for BURSTLEN_A
impl UnwindSafe for BURSTLEN_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more