[][src]Struct atsams70q19b::sdramc::sdramc_lpr::_LPCBW

pub struct _LPCBW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _LPCBW<'a>[src]

pub fn variant(self, variant: LPCBW) -> &'a mut W[src]

Writes variant to the field

pub fn disabled(self) -> &'a mut W[src]

The low-power feature is inhibited: no Power-down, Self-refresh or Deep Power-down command is issued to the SDRAM device.

pub fn self_refresh(self) -> &'a mut W[src]

The SDRAMC issues a Self-refresh command to the SDRAM device, the SDCK clock is deactivated and the SDCKE signal is set low. The SDRAM device leaves the Self-refresh mode when accessed and enters it after the access.

pub fn power_down(self) -> &'a mut W[src]

The SDRAMC issues a Power-down Command to the SDRAM device after each access, the SDCKE signal is set to low. The SDRAM device leaves the Power-down mode when accessed and enters it after the access.

pub fn deep_power_down(self) -> &'a mut W[src]

The SDRAMC issues a Deep Power-down command to the SDRAM device. This mode is unique to low-power SDRAM.

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _LPCBW<'a>

impl<'a> Sync for _LPCBW<'a>

impl<'a> Send for _LPCBW<'a>

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