Gpoly

Type Alias Gpoly 

pub type Gpoly = Reg<GpolySpec>;
Expand description

GPOLY (rw) register accessor: CRC Polynomial register

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

For information about available fields see gpoly module

Aliased Type§

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

Fields§

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