[][src]Struct k64::fb::cscr::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 bstw(&self) -> BSTWR[src]

Bit 3 - Burst-Write Enable

pub fn bstr(&self) -> BSTRR[src]

Bit 4 - Burst-Read Enable

pub fn bem(&self) -> BEMR[src]

Bit 5 - Byte-Enable Mode

pub fn ps(&self) -> PSR[src]

Bits 6:7 - Port Size

pub fn aa(&self) -> AAR[src]

Bit 8 - Auto-Acknowledge Enable

pub fn bls(&self) -> BLSR[src]

Bit 9 - Byte-Lane Shift

pub fn ws(&self) -> WSR[src]

Bits 10:15 - Wait States

pub fn wrah(&self) -> WRAHR[src]

Bits 16:17 - Write Address Hold or Deselect

pub fn rdah(&self) -> RDAHR[src]

Bits 18:19 - Read Address Hold or Deselect

pub fn aset(&self) -> ASETR[src]

Bits 20:21 - Address Setup

pub fn exts(&self) -> EXTSR[src]

Bit 22 - Extended Transfer Start/Extended Address Latch Enable Controls how long FB_TS /FB_ALE is asserted.

pub fn swsen(&self) -> SWSENR[src]

Bit 23 - Secondary Wait State Enable

pub fn sws(&self) -> SWSR[src]

Bits 26:31 - Secondary Wait States

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

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

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]