#[repr(u8)]pub enum LpmDevBeslthres {
Show 16 variants
LPM_DEV_BESLTHRES0 = 0,
LPM_DEV_BESLTHRES1 = 1,
LPM_DEV_BESLTHRES2 = 2,
LPM_DEV_BESLTHRES3 = 3,
LPM_DEV_BESLTHRES4 = 4,
LPM_DEV_BESLTHRES5 = 5,
LPM_DEV_BESLTHRES6 = 6,
LPM_DEV_BESLTHRES7 = 7,
LPM_DEV_BESLTHRES8 = 8,
LPM_DEV_BESLTHRES9 = 9,
LPM_DEV_BESLTHRESA = 10,
LPM_DEV_BESLTHRESB = 11,
LPM_DEV_BESLTHRESC = 12,
LPM_DEV_BESLTHRESD = 13,
LPM_DEV_BESLTHRESE = 14,
LPM_DEV_BESLTHRESF = 15,
}Variants§
LPM_DEV_BESLTHRES0 = 0
75 us, if LPM_ERRATA_EN = 1; 50 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES1 = 1
100 us, if LPM_ERRATA_EN = 1; 125 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES2 = 2
150 us, if LPM_ERRATA_EN = 1; 200 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES3 = 3
250 us, if LPM_ERRATA_EN = 1; 275 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES4 = 4
350 us, if LPM_ERRATA_EN = 1; 350 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES5 = 5
450 us, if LPM_ERRATA_EN = 1; 425 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES6 = 6
950 us, if LPM_ERRATA_EN = 1; 500 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES7 = 7
1950 us, if LPM_ERRATA_EN = 1; 575 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES8 = 8
2950 us, if LPM_ERRATA_EN = 1; 650 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRES9 = 9
3950 us, if LPM_ERRATA_EN = 1; 725 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESA = 10
4950 us, if LPM_ERRATA_EN = 1; 800 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESB = 11
5950 us, if LPM_ERRATA_EN = 1; 875 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESC = 12
6950 us, if LPM_ERRATA_EN = 1; 950 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESD = 13
7950 us, if LPM_ERRATA_EN = 1; 1025 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESE = 14
8950 us, if LPM_ERRATA_EN = 1; 1100 us, if LPM_ERRATA_EN = 0
LPM_DEV_BESLTHRESF = 15
9950 us, if LPM_ERRATA_EN = 1; 1175 us, if LPM_ERRATA_EN = 0
Implementations§
Trait Implementations§
Source§impl Clone for LpmDevBeslthres
impl Clone for LpmDevBeslthres
Source§fn clone(&self) -> LpmDevBeslthres
fn clone(&self) -> LpmDevBeslthres
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more