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

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

Aliased Type§

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