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