pub type CrlW<'a, REG> = BitWriter<'a, REG, Crl>;
Field CRL writer - Control Register Lock
CRL
pub struct CrlW<'a, REG> { /* private fields */ }
Control Register is locked and writes are ignored.
Control Register is not locked and writes complete as normal.