pub type FLASH_WREN_W<'a, REG> = BitWriter<'a, REG>;
Expand description
Field FLASH_WREN
writer - Write flash enable. Write enable command will be sent when the bit is set. The bit will be cleared once the operation done. 1: enable 0: disable.
Aliased Typeยง
struct FLASH_WREN_W<'a, REG> { /* private fields */ }