[][src]Struct sam3x8e::pmc::pmc_fsmr::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 fstt0(&mut self) -> _FSTT0W[src]

Bit 0 - Fast Start-up Input Enable 0

pub fn fstt1(&mut self) -> _FSTT1W[src]

Bit 1 - Fast Start-up Input Enable 1

pub fn fstt2(&mut self) -> _FSTT2W[src]

Bit 2 - Fast Start-up Input Enable 2

pub fn fstt3(&mut self) -> _FSTT3W[src]

Bit 3 - Fast Start-up Input Enable 3

pub fn fstt4(&mut self) -> _FSTT4W[src]

Bit 4 - Fast Start-up Input Enable 4

pub fn fstt5(&mut self) -> _FSTT5W[src]

Bit 5 - Fast Start-up Input Enable 5

pub fn fstt6(&mut self) -> _FSTT6W[src]

Bit 6 - Fast Start-up Input Enable 6

pub fn fstt7(&mut self) -> _FSTT7W[src]

Bit 7 - Fast Start-up Input Enable 7

pub fn fstt8(&mut self) -> _FSTT8W[src]

Bit 8 - Fast Start-up Input Enable 8

pub fn fstt9(&mut self) -> _FSTT9W[src]

Bit 9 - Fast Start-up Input Enable 9

pub fn fstt10(&mut self) -> _FSTT10W[src]

Bit 10 - Fast Start-up Input Enable 10

pub fn fstt11(&mut self) -> _FSTT11W[src]

Bit 11 - Fast Start-up Input Enable 11

pub fn fstt12(&mut self) -> _FSTT12W[src]

Bit 12 - Fast Start-up Input Enable 12

pub fn fstt13(&mut self) -> _FSTT13W[src]

Bit 13 - Fast Start-up Input Enable 13

pub fn fstt14(&mut self) -> _FSTT14W[src]

Bit 14 - Fast Start-up Input Enable 14

pub fn fstt15(&mut self) -> _FSTT15W[src]

Bit 15 - Fast Start-up Input Enable 15

pub fn rttal(&mut self) -> _RTTALW[src]

Bit 16 - RTT Alarm Enable

pub fn rtcal(&mut self) -> _RTCALW[src]

Bit 17 - RTC Alarm Enable

pub fn usbal(&mut self) -> _USBALW[src]

Bit 18 - USB Alarm Enable

pub fn lpm(&mut self) -> _LPMW[src]

Bit 20 - Low Power Mode

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]