Struct xmc1000::nvm::nvmprog::_ACTIONW[][src]

pub struct _ACTIONW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _ACTIONW<'a>
[src]

Writes variant to the field

Idle state, no action triggered. Writing 0x00 exits current mode.

Start one-shot write operation with automatic verify.

Start one-shot write operation without verify.

Start continuous write operation with automatic verify of every write.

Start continuous write operation without verify.

Start one-shot page erase operation.

Start continuous page erase operation.

Start one-shot verify-only: Written data is compared to array content.

Start continuous verify-only: Written data is compared to array content.

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _ACTIONW<'a>

impl<'a> Sync for _ACTIONW<'a>