[][src]Struct atsams70q19::pmc::pmc_fspr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn fstp0(&mut self) -> _FSTP0W[src]

Bit 0 - Fast Startup Input Polarity 0

pub fn fstp1(&mut self) -> _FSTP1W[src]

Bit 1 - Fast Startup Input Polarity 1

pub fn fstp2(&mut self) -> _FSTP2W[src]

Bit 2 - Fast Startup Input Polarity 2

pub fn fstp3(&mut self) -> _FSTP3W[src]

Bit 3 - Fast Startup Input Polarity 3

pub fn fstp4(&mut self) -> _FSTP4W[src]

Bit 4 - Fast Startup Input Polarity 4

pub fn fstp5(&mut self) -> _FSTP5W[src]

Bit 5 - Fast Startup Input Polarity 5

pub fn fstp6(&mut self) -> _FSTP6W[src]

Bit 6 - Fast Startup Input Polarity 6

pub fn fstp7(&mut self) -> _FSTP7W[src]

Bit 7 - Fast Startup Input Polarity 7

pub fn fstp8(&mut self) -> _FSTP8W[src]

Bit 8 - Fast Startup Input Polarity 8

pub fn fstp9(&mut self) -> _FSTP9W[src]

Bit 9 - Fast Startup Input Polarity 9

pub fn fstp10(&mut self) -> _FSTP10W[src]

Bit 10 - Fast Startup Input Polarity 10

pub fn fstp11(&mut self) -> _FSTP11W[src]

Bit 11 - Fast Startup Input Polarity 11

pub fn fstp12(&mut self) -> _FSTP12W[src]

Bit 12 - Fast Startup Input Polarity 12

pub fn fstp13(&mut self) -> _FSTP13W[src]

Bit 13 - Fast Startup Input Polarity 13

pub fn fstp14(&mut self) -> _FSTP14W[src]

Bit 14 - Fast Startup Input Polarity 14

pub fn fstp15(&mut self) -> _FSTP15W[src]

Bit 15 - Fast Startup Input Polarity 15

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self