Bitcnt

Type Alias Bitcnt 

Source
pub type Bitcnt = RegValueT<Bitcnt_SPEC>;
Expand description

Bit Count Register

Aliased Type§

pub struct Bitcnt { /* private fields */ }

Implementations§

Source§

impl Bitcnt

Source

pub fn bcnt(self) -> RegisterField<0, 0x1f, 1, 0, u8, u8, Bitcnt_SPEC, R>

Bit Counter

Trait Implementations§

Source§

impl Default for Bitcnt

Source§

fn default() -> Bitcnt

Returns the “default value” for a type. Read more