[][src]Struct cc13x2_cc26x2_hal::aon_rtc::ctl::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 reserved19(&mut self) -> _RESERVED19W[src]

Bits 19:31 - 31:19] 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 comb_ev_mask(&mut self) -> _COMB_EV_MASKW[src]

Bits 16:18 - 18:16] Eventmask selecting which delayed events that form the combined event.

pub fn reserved12(&mut self) -> _RESERVED12W[src]

Bits 12:15 - 15:12] 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 ev_delay(&mut self) -> _EV_DELAYW[src]

Bits 8:11 - 11:8] Number of SCLK_LF clock cycles waited before generating delayed events. (Common setting for all RTC cannels) the delayed event is delayed

pub fn reset(&mut self) -> _RESETW[src]

Bit 7 - 7:7] RTC Counter reset. Writing 1 to this bit will reset the RTC counter. This bit is cleared when reset takes effect

pub fn reserved3(&mut self) -> _RESERVED3W[src]

Bits 3:6 - 6:3] 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 rtc_4khz_en(&mut self) -> _RTC_4KHZ_ENW[src]

Bit 2 - 2:2] RTC_4KHZ is a 4 KHz reference output, tapped from SUBSEC.VALUE bit 19 which is used by AUX timer. 0: RTC_4KHZ signal is forced to 0 1: RTC_4KHZ is enabled ( provied that RTC is enabled EN)

pub fn rtc_upd_en(&mut self) -> _RTC_UPD_ENW[src]

Bit 1 - 1:1] RTC_UPD is a 16 KHz signal used to sync up the radio timer. The 16 Khz is SCLK_LF divided by 2 0: RTC_UPD signal is forced to 0 1: RTC_UPD signal is toggling @16 kHz

pub fn en(&mut self) -> _ENW[src]

Bit 0 - 0:0] Enable RTC counter 0: Halted (frozen) 1: Running

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