pub struct W(_);
Expand description
Register debug_control
writer
Implementations
sourceimpl W
impl W
sourcepub fn jtag_enable(&mut self) -> JTAG_ENABLE_W<'_>
pub fn jtag_enable(&mut self) -> JTAG_ENABLE_W<'_>
Bit 16 - JTAG function enable
sourcepub fn adc_divide(&mut self) -> ADC_DIVIDE_W<'_>
pub fn adc_divide(&mut self) -> ADC_DIVIDE_W<'_>
Bits 8:15 - Sigma-Delta Analog-digital Converter frequency division factor
After writing to this field, set bit update
of register clock_divide
to take effect.
sourcepub fn qflash_select(&mut self) -> QFLASH_SELECT_W<'_>
pub fn qflash_select(&mut self) -> QFLASH_SELECT_W<'_>
Bit 6 - QSPI Flash clock source selection
sourcepub fn gpsec_select(&mut self) -> GPSEC_SELECT_W<'_>
pub fn gpsec_select(&mut self) -> GPSEC_SELECT_W<'_>
Bit 5 - GPSEC clock source selection
sourcepub fn rsa_select(&mut self) -> RSA_SELECT_W<'_>
pub fn rsa_select(&mut self) -> RSA_SELECT_W<'_>
Bit 4 - RSA clock source selection
Methods from Deref<Target = W<DEBUG_CONTROL_SPEC>>
Trait Implementations
sourceimpl From<W<DEBUG_CONTROL_SPEC>> for W
impl From<W<DEBUG_CONTROL_SPEC>> for W
sourcefn from(writer: W<DEBUG_CONTROL_SPEC>) -> Self
fn from(writer: W<DEBUG_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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