Verid

Type Alias Verid 

pub type Verid = Reg<VeridSpec>;
Expand description

VERID (r) register accessor: Version ID Register

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

For information about available fields see verid module

Aliased Type§

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

Fields§

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