pub type W<REG> = W<REG>;
Expand description
Register writer.
Used as an argument to the closures in the write
and modify
methods of the register.
Aliased Type§
pub struct W<REG> { /* private fields */ }
pub type W<REG> = W<REG>;
Register writer.
Used as an argument to the closures in the write
and modify
methods of the register.
pub struct W<REG> { /* private fields */ }