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

Bit 0 - Fast Start-up Input Enable 0

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

Bit 1 - Fast Start-up Input Enable 1

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

Bit 2 - Fast Start-up Input Enable 2

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

Bit 3 - Fast Start-up Input Enable 3

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

Bit 4 - Fast Start-up Input Enable 4

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

Bit 5 - Fast Start-up Input Enable 5

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

Bit 6 - Fast Start-up Input Enable 6

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

Bit 7 - Fast Start-up Input Enable 7

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

Bit 8 - Fast Start-up Input Enable 8

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

Bit 9 - Fast Start-up Input Enable 9

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

Bit 10 - Fast Start-up Input Enable 10

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

Bit 11 - Fast Start-up Input Enable 11

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

Bit 12 - Fast Start-up Input Enable 12

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

Bit 13 - Fast Start-up Input Enable 13

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

Bit 14 - Fast Start-up Input Enable 14

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

Bit 15 - Fast Start-up Input Enable 15

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

Bit 16 - RTT Alarm Enable

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

Bit 17 - RTC Alarm Enable

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

Bit 18 - USB Alarm Enable

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

Bit 20 - Low Power Mode

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]