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

type CRCINIRES = Reg<u16, _CRCINIRES>;

CRC Initialisation Register and Result Register

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

For information about available fields see crcinires module

Trait Implementations

impl Readable for CRCINIRES[src]

read() method returns crcinires::R reader structure

impl ResetValue for CRCINIRES[src]

Register CRCINIRES reset()'s with value 0

type Type = u16

Register size

impl Writable for CRCINIRES[src]

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