pub struct W(_);
Expand description
Register ULP_CP_CTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn ulp_cp_mem_addr_init(&mut self) -> ULP_CP_MEM_ADDR_INIT_W<'_, 0>
pub fn ulp_cp_mem_addr_init(&mut self) -> ULP_CP_MEM_ADDR_INIT_W<'_, 0>
Bits 0:10
sourcepub fn ulp_cp_mem_addr_size(&mut self) -> ULP_CP_MEM_ADDR_SIZE_W<'_, 11>
pub fn ulp_cp_mem_addr_size(&mut self) -> ULP_CP_MEM_ADDR_SIZE_W<'_, 11>
Bits 11:21
sourcepub fn ulp_cp_mem_offset_clr(&mut self) -> ULP_CP_MEM_OFFSET_CLR_W<'_, 22>
pub fn ulp_cp_mem_offset_clr(&mut self) -> ULP_CP_MEM_OFFSET_CLR_W<'_, 22>
Bit 22
sourcepub fn ulp_cp_clk_fo(&mut self) -> ULP_CP_CLK_FO_W<'_, 28>
pub fn ulp_cp_clk_fo(&mut self) -> ULP_CP_CLK_FO_W<'_, 28>
Bit 28 - ULP-FSM clock force on
sourcepub fn ulp_cp_reset(&mut self) -> ULP_CP_RESET_W<'_, 29>
pub fn ulp_cp_reset(&mut self) -> ULP_CP_RESET_W<'_, 29>
Bit 29 - ULP-FSM clock software reset
sourcepub fn ulp_cp_force_start_top(&mut self) -> ULP_CP_FORCE_START_TOP_W<'_, 30>
pub fn ulp_cp_force_start_top(&mut self) -> ULP_CP_FORCE_START_TOP_W<'_, 30>
Bit 30 - Write 1 to start ULP-FSM by software
sourcepub fn ulp_cp_start_top(&mut self) -> ULP_CP_START_TOP_W<'_, 31>
pub fn ulp_cp_start_top(&mut self) -> ULP_CP_START_TOP_W<'_, 31>
Bit 31 - Write 1 to start ULP-FSM
Methods from Deref<Target = W<ULP_CP_CTRL_SPEC>>
Trait Implementations
sourceimpl From<W<ULP_CP_CTRL_SPEC>> for W
impl From<W<ULP_CP_CTRL_SPEC>> for W
sourcefn from(writer: W<ULP_CP_CTRL_SPEC>) -> Self
fn from(writer: W<ULP_CP_CTRL_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