[][src]Struct cc2650::gpio::doutclr31_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 - Clears bit 31

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

Bit 30 - Clears bit 30

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

Bit 29 - Clears bit 29

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

Bit 28 - Clears bit 28

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

Bit 27 - Clears bit 27

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

Bit 26 - Clears bit 26

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

Bit 25 - Clears bit 25

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

Bit 24 - Clears bit 24

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

Bit 23 - Clears bit 23

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

Bit 22 - Clears bit 22

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

Bit 21 - Clears bit 21

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

Bit 20 - Clears bit 20

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

Bit 19 - Clears bit 19

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

Bit 18 - Clears bit 18

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

Bit 17 - Clears bit 17

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

Bit 16 - Clears bit 16

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

Bit 15 - Clears bit 15

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

Bit 14 - Clears bit 14

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

Bit 13 - Clears bit 13

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

Bit 12 - Clears bit 12

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

Bit 11 - Clears bit 11

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

Bit 10 - Clears bit 10

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

Bit 9 - Clears bit 9

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

Bit 8 - Clears bit 8

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

Bit 7 - Clears bit 7

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

Bit 6 - Clears bit 6

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

Bit 5 - Clears bit 5

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

Bit 4 - Clears bit 4

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

Bit 3 - Clears bit 3

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

Bit 2 - Clears bit 2

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

Bit 1 - Clears bit 1

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

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