Struct esp32s3::debug_assist::log_setting::W
source · pub struct W(_);
Expand description
Register LOG_SETTING
writer
Implementations
sourceimpl W
impl W
sourcepub fn log_ena(&mut self) -> LOG_ENA_W<'_, 0>
pub fn log_ena(&mut self) -> LOG_ENA_W<'_, 0>
Bits 0:2 - bus moniter enable: [0]Core1,[1]core1,[2]dma
sourcepub fn log_mode(&mut self) -> LOG_MODE_W<'_, 3>
pub fn log_mode(&mut self) -> LOG_MODE_W<'_, 3>
Bits 3:5 - check_mode:0:write,1:word,2:halword,3:byte,4:doubleword,5:4word
sourcepub fn log_mem_loop_enable(&mut self) -> LOG_MEM_LOOP_ENABLE_W<'_, 6>
pub fn log_mem_loop_enable(&mut self) -> LOG_MEM_LOOP_ENABLE_W<'_, 6>
Bit 6 - mem_loop enable,1 means that loop write
Methods from Deref<Target = W<LOG_SETTING_SPEC>>
Trait Implementations
sourceimpl From<W<LOG_SETTING_SPEC>> for W
impl From<W<LOG_SETTING_SPEC>> for W
sourcefn from(writer: W<LOG_SETTING_SPEC>) -> Self
fn from(writer: W<LOG_SETTING_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