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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 0 - Bit mask to enable tracing on ITM stimulus port 0.

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]