BbR

Type Alias BbR 

pub type BbR = BitReader<Bb>;
Expand description

Field BB reader - Bit Banding

Aliased Type§

pub struct BbR { /* private fields */ }

Implementations§

§

impl BbR

pub const fn variant(&self) -> Bb

Get enumerated values variant

pub fn is_0(&self) -> bool

Bit Banding is not supported.

pub fn is_1(&self) -> bool

Bit Banding is supported.