Struct esp32s3::apb_saradc::thres1_ctrl::R
source · pub struct R(_);
Expand description
Register THRES1_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn thres1_channel(&self) -> THRES1_CHANNEL_R
pub fn thres1_channel(&self) -> THRES1_CHANNEL_R
Bits 0:4 - configure which channel thres0 monitor
sourcepub fn thres1_high(&self) -> THRES1_HIGH_R
pub fn thres1_high(&self) -> THRES1_HIGH_R
Bits 5:17 - thres1 monitor high thres
sourcepub fn thres1_low(&self) -> THRES1_LOW_R
pub fn thres1_low(&self) -> THRES1_LOW_R
Bits 18:30 - thres1 monitor low thres
Methods from Deref<Target = R<THRES1_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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