[][src]Type Definition nrf51::ecb::TASKS_STARTECB

type TASKS_STARTECB = Reg<u32, _TASKS_STARTECB>;

Start ECB block encrypt. If a crypto operation is running, this will not initiate a new encryption and the ERRORECB event will be triggered.

This register you can reset, write, write_with_zero. See API.

For information about available fields see tasks_startecb module

Trait Implementations

impl ResetValue for TASKS_STARTECB[src]

Register TASKS_STARTECB reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_STARTECB[src]

write(|w| ..) method takes tasks_startecb::W writer structure