[][src]Struct cc2650::gpio::evflags31_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 - Event for DIO 31

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

Bit 30 - Event for DIO 30

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

Bit 29 - Event for DIO 29

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

Bit 28 - Event for DIO 28

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

Bit 27 - Event for DIO 27

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

Bit 26 - Event for DIO 26

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

Bit 25 - Event for DIO 25

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

Bit 24 - Event for DIO 24

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

Bit 23 - Event for DIO 23

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

Bit 22 - Event for DIO 22

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

Bit 21 - Event for DIO 21

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

Bit 20 - Event for DIO 20

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

Bit 19 - Event for DIO 19

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

Bit 18 - Event for DIO 18

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

Bit 17 - Event for DIO 17

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

Bit 16 - Event for DIO 16

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

Bit 15 - Event for DIO 15

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

Bit 14 - Event for DIO 14

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

Bit 13 - Event for DIO 13

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

Bit 12 - Event for DIO 12

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

Bit 11 - Event for DIO 11

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

Bit 10 - Event for DIO 10

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

Bit 9 - Event for DIO 9

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

Bit 8 - Event for DIO 8

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

Bit 7 - Event for DIO 7

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

Bit 6 - Event for DIO 6

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

Bit 5 - Event for DIO 5

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

Bit 4 - Event for DIO 4

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

Bit 3 - Event for DIO 3

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

Bit 2 - Event for DIO 2

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

Bit 1 - Event for DIO 1

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

Bit 0 - Event for DIO 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]