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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[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 28 - Status register to indicate PSWITCH status

[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

[src]

Bit 31 - Status register to indicate DCDC lock

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R