Type Alias INIT

Source
pub type INIT = Reg<u32, _INIT>;
Expand description

Initial CRC value

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see init module

Aliased Type§

pub struct INIT { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for INIT

Register INIT reset()’s with value 0xffff_ffff

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for INIT

read() method returns init::R reader structure

Source§

impl Writable for INIT

write(|w| ..) method takes init::W writer structure