[][src]Struct cc13x2_cc26x2_hal::gpio::doutclr31_0::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 dio31(&self) -> DIO31R[src]

Bit 31 - 31:31] Clears bit 31

pub fn dio30(&self) -> DIO30R[src]

Bit 30 - 30:30] Clears bit 30

pub fn dio29(&self) -> DIO29R[src]

Bit 29 - 29:29] Clears bit 29

pub fn dio28(&self) -> DIO28R[src]

Bit 28 - 28:28] Clears bit 28

pub fn dio27(&self) -> DIO27R[src]

Bit 27 - 27:27] Clears bit 27

pub fn dio26(&self) -> DIO26R[src]

Bit 26 - 26:26] Clears bit 26

pub fn dio25(&self) -> DIO25R[src]

Bit 25 - 25:25] Clears bit 25

pub fn dio24(&self) -> DIO24R[src]

Bit 24 - 24:24] Clears bit 24

pub fn dio23(&self) -> DIO23R[src]

Bit 23 - 23:23] Clears bit 23

pub fn dio22(&self) -> DIO22R[src]

Bit 22 - 22:22] Clears bit 22

pub fn dio21(&self) -> DIO21R[src]

Bit 21 - 21:21] Clears bit 21

pub fn dio20(&self) -> DIO20R[src]

Bit 20 - 20:20] Clears bit 20

pub fn dio19(&self) -> DIO19R[src]

Bit 19 - 19:19] Clears bit 19

pub fn dio18(&self) -> DIO18R[src]

Bit 18 - 18:18] Clears bit 18

pub fn dio17(&self) -> DIO17R[src]

Bit 17 - 17:17] Clears bit 17

pub fn dio16(&self) -> DIO16R[src]

Bit 16 - 16:16] Clears bit 16

pub fn dio15(&self) -> DIO15R[src]

Bit 15 - 15:15] Clears bit 15

pub fn dio14(&self) -> DIO14R[src]

Bit 14 - 14:14] Clears bit 14

pub fn dio13(&self) -> DIO13R[src]

Bit 13 - 13:13] Clears bit 13

pub fn dio12(&self) -> DIO12R[src]

Bit 12 - 12:12] Clears bit 12

pub fn dio11(&self) -> DIO11R[src]

Bit 11 - 11:11] Clears bit 11

pub fn dio10(&self) -> DIO10R[src]

Bit 10 - 10:10] Clears bit 10

pub fn dio9(&self) -> DIO9R[src]

Bit 9 - 9:9] Clears bit 9

pub fn dio8(&self) -> DIO8R[src]

Bit 8 - 8:8] Clears bit 8

pub fn dio7(&self) -> DIO7R[src]

Bit 7 - 7:7] Clears bit 7

pub fn dio6(&self) -> DIO6R[src]

Bit 6 - 6:6] Clears bit 6

pub fn dio5(&self) -> DIO5R[src]

Bit 5 - 5:5] Clears bit 5

pub fn dio4(&self) -> DIO4R[src]

Bit 4 - 4:4] Clears bit 4

pub fn dio3(&self) -> DIO3R[src]

Bit 3 - 3:3] Clears bit 3

pub fn dio2(&self) -> DIO2R[src]

Bit 2 - 2:2] Clears bit 2

pub fn dio1(&self) -> DIO1R[src]

Bit 1 - 1:1] Clears bit 1

pub fn dio0(&self) -> DIO0R[src]

Bit 0 - 0:0] Clears bit 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