pub type CMDTRANS_W<'a, const O: u8> = BitWriter<'a, u32, CMDR_SPEC, bool, O>;
Expand description

Field CMDTRANS writer - The CPSM treats the command as a data transfer command, stops the interrupt period, and signals DataEnable to the DPSM This bit can only be written by firmware when CPSM is disabled (CPSMEN = 0). If this bit is set, the CPSM issues an end of interrupt period and issues DataEnable signal to the DPSM when the command is sent.