[][src]Struct cc13x2_cc26x2_hal::cpu_itm::ter::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 stimena31(&self) -> STIMENA31R[src]

Bit 31 - 31:31] Bit mask to enable tracing on ITM stimulus port 31.

pub fn stimena30(&self) -> STIMENA30R[src]

Bit 30 - 30:30] Bit mask to enable tracing on ITM stimulus port 30.

pub fn stimena29(&self) -> STIMENA29R[src]

Bit 29 - 29:29] Bit mask to enable tracing on ITM stimulus port 29.

pub fn stimena28(&self) -> STIMENA28R[src]

Bit 28 - 28:28] Bit mask to enable tracing on ITM stimulus port 28.

pub fn stimena27(&self) -> STIMENA27R[src]

Bit 27 - 27:27] Bit mask to enable tracing on ITM stimulus port 27.

pub fn stimena26(&self) -> STIMENA26R[src]

Bit 26 - 26:26] Bit mask to enable tracing on ITM stimulus port 26.

pub fn stimena25(&self) -> STIMENA25R[src]

Bit 25 - 25:25] Bit mask to enable tracing on ITM stimulus port 25.

pub fn stimena24(&self) -> STIMENA24R[src]

Bit 24 - 24:24] Bit mask to enable tracing on ITM stimulus port 24.

pub fn stimena23(&self) -> STIMENA23R[src]

Bit 23 - 23:23] Bit mask to enable tracing on ITM stimulus port 23.

pub fn stimena22(&self) -> STIMENA22R[src]

Bit 22 - 22:22] Bit mask to enable tracing on ITM stimulus port 22.

pub fn stimena21(&self) -> STIMENA21R[src]

Bit 21 - 21:21] Bit mask to enable tracing on ITM stimulus port 21.

pub fn stimena20(&self) -> STIMENA20R[src]

Bit 20 - 20:20] Bit mask to enable tracing on ITM stimulus port 20.

pub fn stimena19(&self) -> STIMENA19R[src]

Bit 19 - 19:19] Bit mask to enable tracing on ITM stimulus port 19.

pub fn stimena18(&self) -> STIMENA18R[src]

Bit 18 - 18:18] Bit mask to enable tracing on ITM stimulus port 18.

pub fn stimena17(&self) -> STIMENA17R[src]

Bit 17 - 17:17] Bit mask to enable tracing on ITM stimulus port 17.

pub fn stimena16(&self) -> STIMENA16R[src]

Bit 16 - 16:16] Bit mask to enable tracing on ITM stimulus port 16.

pub fn stimena15(&self) -> STIMENA15R[src]

Bit 15 - 15:15] Bit mask to enable tracing on ITM stimulus port 15.

pub fn stimena14(&self) -> STIMENA14R[src]

Bit 14 - 14:14] Bit mask to enable tracing on ITM stimulus port 14.

pub fn stimena13(&self) -> STIMENA13R[src]

Bit 13 - 13:13] Bit mask to enable tracing on ITM stimulus port 13.

pub fn stimena12(&self) -> STIMENA12R[src]

Bit 12 - 12:12] Bit mask to enable tracing on ITM stimulus port 12.

pub fn stimena11(&self) -> STIMENA11R[src]

Bit 11 - 11:11] Bit mask to enable tracing on ITM stimulus port 11.

pub fn stimena10(&self) -> STIMENA10R[src]

Bit 10 - 10:10] Bit mask to enable tracing on ITM stimulus port 10.

pub fn stimena9(&self) -> STIMENA9R[src]

Bit 9 - 9:9] Bit mask to enable tracing on ITM stimulus port 9.

pub fn stimena8(&self) -> STIMENA8R[src]

Bit 8 - 8:8] Bit mask to enable tracing on ITM stimulus port 8.

pub fn stimena7(&self) -> STIMENA7R[src]

Bit 7 - 7:7] Bit mask to enable tracing on ITM stimulus port 7.

pub fn stimena6(&self) -> STIMENA6R[src]

Bit 6 - 6:6] Bit mask to enable tracing on ITM stimulus port 6.

pub fn stimena5(&self) -> STIMENA5R[src]

Bit 5 - 5:5] Bit mask to enable tracing on ITM stimulus port 5.

pub fn stimena4(&self) -> STIMENA4R[src]

Bit 4 - 4:4] Bit mask to enable tracing on ITM stimulus port 4.

pub fn stimena3(&self) -> STIMENA3R[src]

Bit 3 - 3:3] Bit mask to enable tracing on ITM stimulus port 3.

pub fn stimena2(&self) -> STIMENA2R[src]

Bit 2 - 2:2] Bit mask to enable tracing on ITM stimulus port 2.

pub fn stimena1(&self) -> STIMENA1R[src]

Bit 1 - 1:1] Bit mask to enable tracing on ITM stimulus port 1.

pub fn stimena0(&self) -> STIMENA0R[src]

Bit 0 - 0:0] Bit mask to enable tracing on ITM stimulus port 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