[][src]Type Definition atsamd51j::dmac::CRCSTATUS

type CRCSTATUS = Reg<u8, _CRCSTATUS>;

CRC Status

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

For information about available fields see crcstatus module

Trait Implementations

impl Readable for CRCSTATUS[src]

read() method returns crcstatus::R reader structure

impl ResetValue for CRCSTATUS[src]

Register CRCSTATUS reset()'s with value 0

type Type = u8

Raw register type (u8, u16, u32, ...).

impl Writable for CRCSTATUS[src]

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