Struct esp32s3_hal::pac::debug_assist::log_setting::W
pub struct W(_);
Expand description
Register LOG_SETTING
writer
Implementations§
§impl W
impl W
pub fn log_ena(
&mut self
) -> FieldWriterRaw<'_, u32, LOG_SETTING_SPEC, u8, u8, Unsafe, 3, 0>
pub fn log_ena(
&mut self
) -> FieldWriterRaw<'_, u32, LOG_SETTING_SPEC, u8, u8, Unsafe, 3, 0>
Bits 0:2 - bus moniter enable: [0]Core1,[1]core1,[2]dma
pub fn log_mode(
&mut self
) -> FieldWriterRaw<'_, u32, LOG_SETTING_SPEC, u8, u8, Unsafe, 3, 3>
pub fn log_mode(
&mut self
) -> FieldWriterRaw<'_, u32, LOG_SETTING_SPEC, u8, u8, Unsafe, 3, 3>
Bits 3:5 - check_mode:0:write,1:word,2:halword,3:byte,4:doubleword,5:4word
pub fn log_mem_loop_enable(
&mut self
) -> BitWriterRaw<'_, u32, LOG_SETTING_SPEC, bool, BitM, 6>
pub fn log_mem_loop_enable(
&mut self
) -> BitWriterRaw<'_, u32, LOG_SETTING_SPEC, bool, BitM, 6>
Bit 6 - mem_loop enable,1 means that loop write
Methods from Deref<Target = W<LOG_SETTING_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<LOG_SETTING_SPEC>> for W
impl From<W<LOG_SETTING_SPEC>> for W
§fn from(writer: W<LOG_SETTING_SPEC>) -> W
fn from(writer: W<LOG_SETTING_SPEC>) -> W
Converts to this type from the input type.