[][src]Type Definition nrf51::ccm::TASKS_KSGEN

type TASKS_KSGEN = Reg<u32, _TASKS_KSGEN>;

Start generation of key-stream. This operation will stop by itself when completed.

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

For information about available fields see tasks_ksgen module

Trait Implementations

impl ResetValue for TASKS_KSGEN[src]

Register TASKS_KSGEN reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_KSGEN[src]

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