atsamd21g::dsu::ctrl

Type Alias CrcW

Source
pub type CrcW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field CRC writer - 32-bit Cyclic Redundancy Check

Aliased Type§

struct CrcW<'a, REG> { /* private fields */ }