Struct mkw41z::dcdc::reg0::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 1 - Disable automatic clock switch from internal oscillator to external clock.

[src]

Bit 2 - Select external clock for DCDC when DCDC_DISABLE_AUTO_CLK_SWITCH is set.

[src]

Bit 3 - Power down internal oscillator. Only set this bit when 32M crystal oscillator is available.

[src]

Bit 9 - Enable low power differential comparators, to sense lower supply in pulsed mode

[src]

Bits 10:11 - Controls VBAT voltage divider

[src]

Bits 17:18 - Configure the hysteretic lower threshold value in low power mode

[src]

Bits 19:20 - Configure the hysteretic upper threshold value in low power mode

[src]

Bit 21 - Adjust hysteretic value in low power comparator.

[src]

Bit 22 - Disable hysteresis in low power comparator.

[src]

Bit 23 - Adjust hysteretic value in low power voltage sense.

[src]

Bit 24 - Disable hysteresis in low power voltage sense.

[src]

Bit 25 - Reduce DCDC current. It will save approximately 20 uA in RUN.

[src]

Bit 26 - Power down output range comparator

[src]

Bit 27 - Disable xtalok detection circuit.

[src]

Bit 29 - Selects behavior of DCDC in device VLPS low power mode

[src]

Bit 30 - Selects behavior of DCDC in device VLPR and VLPW low power modes

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W