Type Alias Cbt
pub type Cbt = Reg<CbtSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Cbt {
register: VolatileCell<u32>,
_marker: PhantomData<CbtSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<CbtSpec>