Struct esp32h2::soc_etm::ch26_evt_id::R
source · pub struct R(_);
Expand description
Register CH26_EVT_ID
reader
Implementations§
source§impl R
impl R
sourcepub fn ch26_evt_id(&self) -> CH26_EVT_ID_R
pub fn ch26_evt_id(&self) -> CH26_EVT_ID_R
Bits 0:7 - ch26_evt_id
Methods from Deref<Target = R<CH26_EVT_ID_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