[][src]Struct atsams70j21b::pmc::pmc_fsmr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 Startup Input Enable 0

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

Bit 1 - Fast Startup Input Enable 1

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

Bit 2 - Fast Startup Input Enable 2

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

Bit 3 - Fast Startup Input Enable 3

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

Bit 4 - Fast Startup Input Enable 4

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

Bit 5 - Fast Startup Input Enable 5

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

Bit 6 - Fast Startup Input Enable 6

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

Bit 7 - Fast Startup Input Enable 7

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

Bit 8 - Fast Startup Input Enable 8

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

Bit 9 - Fast Startup Input Enable 9

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

Bit 10 - Fast Startup Input Enable 10

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

Bit 11 - Fast Startup Input Enable 11

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

Bit 12 - Fast Startup Input Enable 12

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

Bit 13 - Fast Startup Input Enable 13

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

Bit 14 - Fast Startup Input Enable 14

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

Bit 15 - Fast Startup 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

pub fn flpm(&mut self) -> _FLPMW[src]

Bits 21:22 - Flash Low-power Mode

pub fn fflpm(&mut self) -> _FFLPMW[src]

Bit 23 - Force Flash Low-power Mode

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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