[][src]Struct atsams70n19::pmc::pmc_fspr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 0 - Fast Startup Input Polarity 0

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

Bit 1 - Fast Startup Input Polarity 1

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

Bit 2 - Fast Startup Input Polarity 2

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

Bit 3 - Fast Startup Input Polarity 3

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

Bit 4 - Fast Startup Input Polarity 4

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

Bit 5 - Fast Startup Input Polarity 5

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

Bit 6 - Fast Startup Input Polarity 6

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

Bit 7 - Fast Startup Input Polarity 7

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

Bit 8 - Fast Startup Input Polarity 8

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

Bit 9 - Fast Startup Input Polarity 9

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

Bit 10 - Fast Startup Input Polarity 10

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

Bit 11 - Fast Startup Input Polarity 11

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

Bit 12 - Fast Startup Input Polarity 12

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

Bit 13 - Fast Startup Input Polarity 13

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

Bit 14 - Fast Startup Input Polarity 14

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

Bit 15 - Fast Startup Input Polarity 15

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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