Type Alias R

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

Register BTABLE reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn btable(&self) -> BTABLE_R

Bits 3:15 - Buffer table

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more