pub type WRITE_ERROR_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description

Field WRITE_ERROR writer - If 1, the channel received a write bus error. Write one to clear.
WRITE_ADDR shows the approximate address where the bus error was encountered (will not be earlier, or more than 5 transfers later)

Aliased Type§

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