[][src]Struct cc13x2_cc26x2_hal::rfc_pwr::pwmclken::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 reserved11(&self) -> RESERVED11R[src]

Bits 11:31 - 31:11] 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 rfctrc(&self) -> RFCTRCR[src]

Bit 10 - 10:10] Enable clock to the RF Core Tracer (RFCTRC) module.

pub fn fsca(&self) -> FSCAR[src]

Bit 9 - 9:9] Enable clock to the Frequency Synthesizer Calibration Accelerator (FSCA) module.

pub fn pha(&self) -> PHAR[src]

Bit 8 - 8:8] Enable clock to the Packet Handling Accelerator (PHA) module.

pub fn rat(&self) -> RATR[src]

Bit 7 - 7:7] Enable clock to the Radio Timer (RAT) module.

pub fn rferam(&self) -> RFERAMR[src]

Bit 6 - 6:6] Enable clock to the RF Engine RAM module.

pub fn rfe(&self) -> RFER[src]

Bit 5 - 5:5] Enable clock to the RF Engine (RFE) module.

pub fn mdmram(&self) -> MDMRAMR[src]

Bit 4 - 4:4] Enable clock to the Modem RAM module.

pub fn mdm(&self) -> MDMR[src]

Bit 3 - 3:3] Enable clock to the Modem (MDM) module.

pub fn cperam(&self) -> CPERAMR[src]

Bit 2 - 2:2] Enable clock to the Command and Packet Engine (CPE) RAM module. As part of RF Core initialization, set this bit together with CPE bit to enable CPE to boot.

pub fn cpe(&self) -> CPER[src]

Bit 1 - 1:1] Enable processor clock (hclk) to the Command and Packet Engine (CPE). As part of RF Core initialization, set this bit together with CPERAM bit to enable CPE to boot.

pub fn rfc(&self) -> RFCR[src]

Bit 0 - 0:0] Enable essential clocks for the RF Core interface. This includes the interconnect, the radio doorbell DBELL command interface, the power management (PWR) clock control module, and bus clock (sclk) for the CPE. To remove possibility of locking yourself out from the RF Core, this bit can not be cleared. If you need to disable all clocks to the RF Core, see the PRCM:RFCCLKG.CLK_EN register.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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