Skip to main content

DATA

Type Alias DATA 

Source
pub type DATA = Reg<u32, _DATA>;
Expand description

CRC Data register

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

For information about available fields see data module

Aliased Type§

pub struct DATA { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DATA

Register DATA 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 DATA

read() method returns data::R reader structure

Source§

impl Writable for DATA

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