Rpc

Type Alias Rpc 

pub type Rpc = Reg<RpcSpec>;
Expand description

RPC (rw) register accessor: Reset Pin Control register

You can read this register and get rpc::R. You can reset, write, write_with_zero this register using rpc::W. You can also modify this register. See API.

For information about available fields see rpc module

Aliased Type§

#[repr(transparent)]
pub struct Rpc { register: VolatileCell<u32>, _marker: PhantomData<RpcSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<RpcSpec>