Struct esp32s3::apb_saradc::thres_ctrl::R
source · [−]pub struct R(_);
Expand description
Register THRES_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn thres_all_en(&self) -> THRES_ALL_EN_R
pub fn thres_all_en(&self) -> THRES_ALL_EN_R
Bit 27 - enable thres0 to monitor all channel
sourcepub fn thres3_en(&self) -> THRES3_EN_R
pub fn thres3_en(&self) -> THRES3_EN_R
Bit 28 - no public
sourcepub fn thres2_en(&self) -> THRES2_EN_R
pub fn thres2_en(&self) -> THRES2_EN_R
Bit 29 - no public
sourcepub fn thres1_en(&self) -> THRES1_EN_R
pub fn thres1_en(&self) -> THRES1_EN_R
Bit 30 - enable thres1
sourcepub fn thres0_en(&self) -> THRES0_EN_R
pub fn thres0_en(&self) -> THRES0_EN_R
Bit 31 - enable thres0
Methods from Deref<Target = R<THRES_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<THRES_CTRL_SPEC>> for R
impl From<R<THRES_CTRL_SPEC>> for R
sourcefn from(reader: R<THRES_CTRL_SPEC>) -> Self
fn from(reader: R<THRES_CTRL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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