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