[][src]Struct rza1::gpio::psr4::W

pub struct W { /* fields omitted */ }
This is supported on crate feature gpio only.

Value to write to the register

Implementations

impl W[src]

pub fn reset_value() -> W[src]

This is supported on crate feature gpio only.

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

This is supported on crate feature gpio only.

Writes raw bits to the register

pub fn psr40(&mut self) -> _PSR40W<'_>[src]

This is supported on crate feature gpio only.

Bit 0

pub fn psr41(&mut self) -> _PSR41W<'_>[src]

This is supported on crate feature gpio only.

Bit 1

pub fn psr42(&mut self) -> _PSR42W<'_>[src]

This is supported on crate feature gpio only.

Bit 2

pub fn psr43(&mut self) -> _PSR43W<'_>[src]

This is supported on crate feature gpio only.

Bit 3

pub fn psr44(&mut self) -> _PSR44W<'_>[src]

This is supported on crate feature gpio only.

Bit 4

pub fn psr45(&mut self) -> _PSR45W<'_>[src]

This is supported on crate feature gpio only.

Bit 5

pub fn psr46(&mut self) -> _PSR46W<'_>[src]

This is supported on crate feature gpio only.

Bit 6

pub fn psr47(&mut self) -> _PSR47W<'_>[src]

This is supported on crate feature gpio only.

Bit 7

pub fn psr48(&mut self) -> _PSR48W<'_>[src]

This is supported on crate feature gpio only.

Bit 8

pub fn psr49(&mut self) -> _PSR49W<'_>[src]

This is supported on crate feature gpio only.

Bit 9

pub fn psr410(&mut self) -> _PSR410W<'_>[src]

This is supported on crate feature gpio only.

Bit 10

pub fn psr411(&mut self) -> _PSR411W<'_>[src]

This is supported on crate feature gpio only.

Bit 11

pub fn psr412(&mut self) -> _PSR412W<'_>[src]

This is supported on crate feature gpio only.

Bit 12

pub fn psr413(&mut self) -> _PSR413W<'_>[src]

This is supported on crate feature gpio only.

Bit 13

pub fn psr414(&mut self) -> _PSR414W<'_>[src]

This is supported on crate feature gpio only.

Bit 14

pub fn psr415(&mut self) -> _PSR415W<'_>[src]

This is supported on crate feature gpio only.

Bit 15

pub fn psr416(&mut self) -> _PSR416W<'_>[src]

This is supported on crate feature gpio only.

Bit 16

pub fn psr417(&mut self) -> _PSR417W<'_>[src]

This is supported on crate feature gpio only.

Bit 17

pub fn psr418(&mut self) -> _PSR418W<'_>[src]

This is supported on crate feature gpio only.

Bit 18

pub fn psr419(&mut self) -> _PSR419W<'_>[src]

This is supported on crate feature gpio only.

Bit 19

pub fn psr420(&mut self) -> _PSR420W<'_>[src]

This is supported on crate feature gpio only.

Bit 20

pub fn psr421(&mut self) -> _PSR421W<'_>[src]

This is supported on crate feature gpio only.

Bit 21

pub fn psr422(&mut self) -> _PSR422W<'_>[src]

This is supported on crate feature gpio only.

Bit 22

pub fn psr423(&mut self) -> _PSR423W<'_>[src]

This is supported on crate feature gpio only.

Bit 23

pub fn psr424(&mut self) -> _PSR424W<'_>[src]

This is supported on crate feature gpio only.

Bit 24

pub fn psr425(&mut self) -> _PSR425W<'_>[src]

This is supported on crate feature gpio only.

Bit 25

pub fn psr426(&mut self) -> _PSR426W<'_>[src]

This is supported on crate feature gpio only.

Bit 26

pub fn psr427(&mut self) -> _PSR427W<'_>[src]

This is supported on crate feature gpio only.

Bit 27

pub fn psr428(&mut self) -> _PSR428W<'_>[src]

This is supported on crate feature gpio only.

Bit 28

pub fn psr429(&mut self) -> _PSR429W<'_>[src]

This is supported on crate feature gpio only.

Bit 29

pub fn psr430(&mut self) -> _PSR430W<'_>[src]

This is supported on crate feature gpio only.

Bit 30

pub fn psr431(&mut self) -> _PSR431W<'_>[src]

This is supported on crate feature gpio only.

Bit 31

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.