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