Param

Type Alias Param 

pub type Param = Reg<ParamSpec>;
Expand description

PARAM (r) register accessor: SMC Parameter Register

You can read this register and get param::R. See API.

For information about available fields see param module

Aliased Type§

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

Fields§

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