Struct esp32c6::io_mux::modem_diag_en::W
source · pub struct W(_);
Expand description
Register MODEM_DIAG_EN
writer
Implementations§
source§impl W
impl W
sourcepub fn modem_diag_en(&mut self) -> MODEM_DIAG_EN_W<'_, 0>
pub fn modem_diag_en(&mut self) -> MODEM_DIAG_EN_W<'_, 0>
Bits 0:31 - bit i to enable modem_diag[i] into gpio matrix. 1:enable modem_diag[i] into gpio matrix. 0:enable other signals into gpio matrix
Methods from Deref<Target = W<MODEM_DIAG_EN_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