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

Bit 31 - 31:31] Set bit 31

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

Bit 30 - 30:30] Set bit 30

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

Bit 29 - 29:29] Set bit 29

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

Bit 28 - 28:28] Set bit 28

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

Bit 27 - 27:27] Set bit 27

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

Bit 26 - 26:26] Set bit 26

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

Bit 25 - 25:25] Set bit 25

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

Bit 24 - 24:24] Set bit 24

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

Bit 23 - 23:23] Set bit 23

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

Bit 22 - 22:22] Set bit 22

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

Bit 21 - 21:21] Set bit 21

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

Bit 20 - 20:20] Set bit 20

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

Bit 19 - 19:19] Set bit 19

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

Bit 18 - 18:18] Set bit 18

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

Bit 17 - 17:17] Set bit 17

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

Bit 16 - 16:16] Set bit 16

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

Bit 15 - 15:15] Set bit 15

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

Bit 14 - 14:14] Set bit 14

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

Bit 13 - 13:13] Set bit 13

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

Bit 12 - 12:12] Set bit 12

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

Bit 11 - 11:11] Set bit 11

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

Bit 10 - 10:10] Set bit 10

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

Bit 9 - 9:9] Set bit 9

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

Bit 8 - 8:8] Set bit 8

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

Bit 7 - 7:7] Set bit 7

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

Bit 6 - 6:6] Set bit 6

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

Bit 5 - 5:5] Set bit 5

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

Bit 4 - 4:4] Set bit 4

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

Bit 3 - 3:3] Set bit 3

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

Bit 2 - 2:2] Set bit 2

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

Bit 1 - 1:1] Set bit 1

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

Bit 0 - 0:0] Set bit 0

Auto Trait Implementations

impl Send for W

impl Sync for W

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