[][src]Type Definition msp430fr4133::crc16::CRCDI

type CRCDI = Reg<u16, _CRCDI>;

CRC Data In Register

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

For information about available fields see crcdi module

Trait Implementations

impl Readable for CRCDI[src]

read() method returns crcdi::R reader structure

impl ResetValue for CRCDI[src]

Register CRCDI reset()'s with value 0

type Type = u16

Register size

impl Writable for CRCDI[src]

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