[−][src]Struct lpc55_pac::adc0::cmdh7::STS_W
Write proxy for field STS
Implementations
impl<'a> STS_W<'a>
[src][−]
pub fn variant(self, variant: STS_A) -> &'a mut W
[src][−]
Writes variant
to the field
pub fn sts_0(self) -> &'a mut W
[src][−]
Minimum sample time of 3 ADCK cycles.
pub fn sts_1(self) -> &'a mut W
[src][−]
3 + 21 ADCK cycles; 5 ADCK cycles total sample time.
pub fn sts_2(self) -> &'a mut W
[src][−]
3 + 22 ADCK cycles; 7 ADCK cycles total sample time.
pub fn sts_3(self) -> &'a mut W
[src][−]
3 + 23 ADCK cycles; 11 ADCK cycles total sample time.
pub fn sts_4(self) -> &'a mut W
[src][−]
3 + 24 ADCK cycles; 19 ADCK cycles total sample time.
pub fn sts_5(self) -> &'a mut W
[src][−]
3 + 25 ADCK cycles; 35 ADCK cycles total sample time.
pub fn sts_6(self) -> &'a mut W
[src][−]
3 + 26 ADCK cycles; 67 ADCK cycles total sample time.
pub fn sts_7(self) -> &'a mut W
[src][−]
3 + 27 ADCK cycles; 131 ADCK cycles total sample time.
pub fn bits(self, value: u8) -> &'a mut W
[src][−]
Writes raw bits to the field
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,