pub struct TASKS_KSGEN_SPEC;
Expand description
Start generation of key-stream. This operation will stop by itself when completed.
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see tasks_ksgen module
Trait Implementations§
Source§impl RegisterSpec for TASKS_KSGEN_SPEC
impl RegisterSpec for TASKS_KSGEN_SPEC
Source§impl Resettable for TASKS_KSGEN_SPEC
impl Resettable for TASKS_KSGEN_SPEC
reset()
method sets TASKS_KSGEN to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for TASKS_KSGEN_SPEC
impl Writable for TASKS_KSGEN_SPEC
write(|w| ..)
method takes tasks_ksgen::W writer structure
Auto Trait Implementations§
impl Freeze for TASKS_KSGEN_SPEC
impl RefUnwindSafe for TASKS_KSGEN_SPEC
impl Send for TASKS_KSGEN_SPEC
impl Sync for TASKS_KSGEN_SPEC
impl Unpin for TASKS_KSGEN_SPEC
impl UnwindSafe for TASKS_KSGEN_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more