[][src]Struct sam3x8e::pmc::pmc_fspr::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 fstp0(&mut self) -> _FSTP0W[src]

Bit 0 - Fast Start-up Input Polarityx

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

Bit 1 - Fast Start-up Input Polarityx

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

Bit 2 - Fast Start-up Input Polarityx

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

Bit 3 - Fast Start-up Input Polarityx

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

Bit 4 - Fast Start-up Input Polarityx

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

Bit 5 - Fast Start-up Input Polarityx

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

Bit 6 - Fast Start-up Input Polarityx

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

Bit 7 - Fast Start-up Input Polarityx

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

Bit 8 - Fast Start-up Input Polarityx

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

Bit 9 - Fast Start-up Input Polarityx

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

Bit 10 - Fast Start-up Input Polarityx

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

Bit 11 - Fast Start-up Input Polarityx

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

Bit 12 - Fast Start-up Input Polarityx

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

Bit 13 - Fast Start-up Input Polarityx

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

Bit 14 - Fast Start-up Input Polarityx

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

Bit 15 - Fast Start-up Input Polarityx

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 = !

🔬 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]