pub struct W(/* private fields */);Expand description
Register REG6 writer
Implementations§
Source§impl W
impl W
Sourcepub fn pwr_trim_usb_bias(&mut self) -> PWR_TRIM_USB_BIAS_W<'_>
pub fn pwr_trim_usb_bias(&mut self) -> PWR_TRIM_USB_BIAS_W<'_>
Bits 0:2 - USB Bias Current trim setting
Sourcepub fn pwr_trim_usb_pm_res(&mut self) -> PWR_TRIM_USB_PM_RES_W<'_>
pub fn pwr_trim_usb_pm_res(&mut self) -> PWR_TRIM_USB_PM_RES_W<'_>
Bits 3:6 - USB Data Plus Slew Rate trim setting
Sourcepub fn pwr_trim_usb_dm_res(&mut self) -> PWR_TRIM_USB_DM_RES_W<'_>
pub fn pwr_trim_usb_dm_res(&mut self) -> PWR_TRIM_USB_DM_RES_W<'_>
Bits 7:10 - USB Data Minus Slew Rate trim setting
Sourcepub fn pwr_trim_osc_vref(&mut self) -> PWR_TRIM_OSC_VREF_W<'_>
pub fn pwr_trim_osc_vref(&mut self) -> PWR_TRIM_OSC_VREF_W<'_>
Bits 11:19 - Relaxation Oscillator trim setting
Sourcepub fn pwr_trim_crypto_osc(&mut self) -> PWR_TRIM_CRYPTO_OSC_W<'_>
pub fn pwr_trim_crypto_osc(&mut self) -> PWR_TRIM_CRYPTO_OSC_W<'_>
Bits 20:28 - Crypto Oscillator trim setting
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnsafeUnpin for W
impl UnwindSafe for W
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