Struct esp32::dport::ahb_lite_mask::W
source · pub struct W(_);
Expand description
Register AHB_LITE_MASK
writer
Implementations§
source§impl W
impl W
sourcepub fn prodport(&mut self) -> PRODPORT_W<'_, 9>
pub fn prodport(&mut self) -> PRODPORT_W<'_, 9>
Bit 9
sourcepub fn appdport(&mut self) -> APPDPORT_W<'_, 10>
pub fn appdport(&mut self) -> APPDPORT_W<'_, 10>
Bit 10
sourcepub fn ahb_lite_sdhost_pid(&mut self) -> AHB_LITE_SDHOST_PID_W<'_, 11>
pub fn ahb_lite_sdhost_pid(&mut self) -> AHB_LITE_SDHOST_PID_W<'_, 11>
Bits 11:13
Methods from Deref<Target = W<AHB_LITE_MASK_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