Init

Type Alias Init 

Source
pub type Init = Reg<InitSpec>;
Expand description

INIT (rw) register accessor: Initial CRC value

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

For information about available fields see init module

Aliased Typeยง

pub struct Init { /* private fields */ }