Struct esp32c6::gpio_sd::etm_task_p7_cfg::W
source · pub struct W(_);Expand description
Register ETM_TASK_P7_CFG writer
Implementations§
source§impl W
impl W
sourcepub fn etm_task_gpio28_en(&mut self) -> ETM_TASK_GPIO28_EN_W<'_, 0>
pub fn etm_task_gpio28_en(&mut self) -> ETM_TASK_GPIO28_EN_W<'_, 0>
Bit 0 - Enable bit of GPIO response etm task.
sourcepub fn etm_task_gpio28_sel(&mut self) -> ETM_TASK_GPIO28_SEL_W<'_, 1>
pub fn etm_task_gpio28_sel(&mut self) -> ETM_TASK_GPIO28_SEL_W<'_, 1>
Bits 1:3 - GPIO choose a etm task channel.
sourcepub fn etm_task_gpio29_en(&mut self) -> ETM_TASK_GPIO29_EN_W<'_, 8>
pub fn etm_task_gpio29_en(&mut self) -> ETM_TASK_GPIO29_EN_W<'_, 8>
Bit 8 - Enable bit of GPIO response etm task.
sourcepub fn etm_task_gpio29_sel(&mut self) -> ETM_TASK_GPIO29_SEL_W<'_, 9>
pub fn etm_task_gpio29_sel(&mut self) -> ETM_TASK_GPIO29_SEL_W<'_, 9>
Bits 9:11 - GPIO choose a etm task channel.
sourcepub fn etm_task_gpio30_en(&mut self) -> ETM_TASK_GPIO30_EN_W<'_, 16>
pub fn etm_task_gpio30_en(&mut self) -> ETM_TASK_GPIO30_EN_W<'_, 16>
Bit 16 - Enable bit of GPIO response etm task.
sourcepub fn etm_task_gpio30_sel(&mut self) -> ETM_TASK_GPIO30_SEL_W<'_, 17>
pub fn etm_task_gpio30_sel(&mut self) -> ETM_TASK_GPIO30_SEL_W<'_, 17>
Bits 17:19 - GPIO choose a etm task channel.
Methods from Deref<Target = W<ETM_TASK_P7_CFG_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