pub type WEN_W<'a, const O: u8> = FieldWriter<'a, u32, CONFIG_SPEC, u8, WEN_A, 2, O>;
Expand description
Field WEN
writer - Program memory access mode. It is strongly recommended to only activate erase and write modes when they are actively used. Enabling write or erase will invalidate the cache and keep it invalidated.
Aliased Type§
struct WEN_W<'a, const O: u8> { /* private fields */ }