[][src]Struct cc13x2_cc26x2_hal::aux_ddi0_osc::atestctl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn sclk_lf_aux_en(&mut self) -> _SCLK_LF_AUX_ENW[src]

Bit 31 - 31:31] Enable 32 kHz clock to AUX_COMPB.

pub fn reserved16(&mut self) -> _RESERVED16W[src]

Bits 16:30 - 30:16] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

pub fn test_rcoscmf(&mut self) -> _TEST_RCOSCMFW[src]

Bits 14:15 - 15:14] Test mode control for RCOSC_MF 0x0: test modes disabled 0x1: boosted bias current into self biased inverter 0x2: clock qualification disabled 0x3: boosted bias current into self biased inverter + clock qualification disabled

pub fn atest_rcoscmf(&mut self) -> _ATEST_RCOSCMFW[src]

Bits 12:13 - 13:12] ATEST control for RCOSC_MF 0x0: ATEST disabled 0x1: ATEST enabled, VDD_LOCAL connected, ATEST internal to *RCOSC_MF enabled to send out 2MHz clock. 0x2: ATEST disabled 0x3: ATEST enabled, bias current connected, ATEST internal to *RCOSC_MF enabled to send out 2MHz clock.

pub fn reserved0(&mut self) -> _RESERVED0W[src]

Bits 0:11 - 11:0] Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self