[][src]Struct cc13x2_cc26x2_hal::aon_rtc::chctl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn reserved19(&self) -> RESERVED19R[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 ch2_cont_en(&self) -> CH2_CONT_ENR[src]

Bit 18 - 18:18] Set to enable continuous operation of Channel 2

pub fn reserved17(&self) -> RESERVED17R[src]

Bit 17 - 17:17] 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 ch2_en(&self) -> CH2_ENR[src]

Bit 16 - 16:16] RTC Channel 2 Enable 0: Disable RTC Channel 2 1: Enable RTC Channel 2

pub fn reserved10(&self) -> RESERVED10R[src]

Bits 10:15 - 15:10] 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 ch1_capt_en(&self) -> CH1_CAPT_ENR[src]

Bit 9 - 9:9] Set Channel 1 mode 0: Compare mode (default) 1: Capture mode

pub fn ch1_en(&self) -> CH1_ENR[src]

Bit 8 - 8:8] RTC Channel 1 Enable 0: Disable RTC Channel 1 1: Enable RTC Channel 1

pub fn reserved1(&self) -> RESERVED1R[src]

Bits 1:7 - 7:1] 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 ch0_en(&self) -> CH0_ENR[src]

Bit 0 - 0:0] RTC Channel 0 Enable 0: Disable RTC Channel 0 1: Enable RTC Channel 0

Auto Trait Implementations

impl Send for R

impl Sync for R

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