pub type OVER_W<'a, REG> = BitWriter1C<'a, REG>;
Expand description
Field OVER
writer - 1 if the FIFO has been overflowed. Write 1 to clear.
Aliased Typeยง
struct OVER_W<'a, REG> { /* private fields */ }
pub type OVER_W<'a, REG> = BitWriter1C<'a, REG>;
Field OVER
writer - 1 if the FIFO has been overflowed. Write 1 to clear.
struct OVER_W<'a, REG> { /* private fields */ }