Struct esp32::dport::app_cpu_record_ctrl::R
source · pub struct R(_);
Expand description
Register APP_CPU_RECORD_CTRL
reader
Implementations§
source§impl R
impl R
sourcepub fn app_cpu_record_enable(&self) -> APP_CPU_RECORD_ENABLE_R
pub fn app_cpu_record_enable(&self) -> APP_CPU_RECORD_ENABLE_R
Bit 0
sourcepub fn app_cpu_record_disable(&self) -> APP_CPU_RECORD_DISABLE_R
pub fn app_cpu_record_disable(&self) -> APP_CPU_RECORD_DISABLE_R
Bit 4
sourcepub fn app_cpu_pdebug_enable(&self) -> APP_CPU_PDEBUG_ENABLE_R
pub fn app_cpu_pdebug_enable(&self) -> APP_CPU_PDEBUG_ENABLE_R
Bit 8
Methods from Deref<Target = R<APP_CPU_RECORD_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