[][src]Struct sam3x8e::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) -> FSTP0R[src]

Bit 0 - Fast Start-up Input Polarityx

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

Bit 1 - Fast Start-up Input Polarityx

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

Bit 2 - Fast Start-up Input Polarityx

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

Bit 3 - Fast Start-up Input Polarityx

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

Bit 4 - Fast Start-up Input Polarityx

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

Bit 5 - Fast Start-up Input Polarityx

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

Bit 6 - Fast Start-up Input Polarityx

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

Bit 7 - Fast Start-up Input Polarityx

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

Bit 8 - Fast Start-up Input Polarityx

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

Bit 9 - Fast Start-up Input Polarityx

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

Bit 10 - Fast Start-up Input Polarityx

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

Bit 11 - Fast Start-up Input Polarityx

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

Bit 12 - Fast Start-up Input Polarityx

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

Bit 13 - Fast Start-up Input Polarityx

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

Bit 14 - Fast Start-up Input Polarityx

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

Bit 15 - Fast Start-up Input Polarityx

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]