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