Type Alias R

Source
pub type R = R<PATTrs>;
Expand description

Register PATT%s reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn attset(&self) -> ATTSET_R

Bits 0:7 - Attribute memory x setup time

Source

pub fn attwait(&self) -> ATTWAIT_R

Bits 8:15 - Attribute memory x wait time

Source

pub fn atthold(&self) -> ATTHOLD_R

Bits 16:23 - Attribute memory x hold time

Source

pub fn atthiz(&self) -> ATTHIZ_R

Bits 24:31 - Attribute memory x databus HiZ time

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more