#[repr(u8)]pub enum MSenBoost {
Show 32 variants
BST_0 = 0,
BST_2 = 1,
BST_4 = 2,
BST_6 = 3,
BST_8 = 4,
BST_10 = 5,
BST_12 = 6,
BST_14 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
BST_2N = 16,
_RESERVED_11 = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
_RESERVED_1e = 30,
_RESERVED_1f = 31,
}Variants§
BST_0 = 0
0 uA
BST_2 = 1
2 uA
BST_4 = 2
4 uA
BST_6 = 3
6 uA
BST_8 = 4
8 uA
BST_10 = 5
10 uA
BST_12 = 6
12 uA
BST_14 = 7
14 uA
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
BST_2N = 16
2 * n uA
_RESERVED_11 = 17
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
_RESERVED_1e = 30
_RESERVED_1f = 31
Implementations§
Trait Implementations§
Source§impl Ord for MSenBoost
impl Ord for MSenBoost
Source§impl PartialOrd for MSenBoost
impl PartialOrd for MSenBoost
impl Copy for MSenBoost
impl Eq for MSenBoost
impl StructuralPartialEq for MSenBoost
Auto Trait Implementations§
impl Freeze for MSenBoost
impl RefUnwindSafe for MSenBoost
impl Send for MSenBoost
impl Sync for MSenBoost
impl Unpin for MSenBoost
impl UnwindSafe for MSenBoost
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