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