Struct nrf52840_pac::pwm0::tasks_seqstart::TASKS_SEQSTART_SPEC
source · pub struct TASKS_SEQSTART_SPEC;
Expand description
Description collection[n]: Loads the first PWM value on all enabled channels from sequence n, and starts playing that sequence at the rate defined in SEQ[n]REFRESH and/or DECODER.MODE. Causes PWM generation to start if not running.
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see tasks_seqstart module
Trait Implementations§
source§impl RegisterSpec for TASKS_SEQSTART_SPEC
impl RegisterSpec for TASKS_SEQSTART_SPEC
source§impl Resettable for TASKS_SEQSTART_SPEC
impl Resettable for TASKS_SEQSTART_SPEC
reset()
method sets TASKS_SEQSTART[%s]
to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for TASKS_SEQSTART_SPEC
impl Writable for TASKS_SEQSTART_SPEC
write(|w| ..)
method takes tasks_seqstart::W writer structure
Auto Trait Implementations§
impl Freeze for TASKS_SEQSTART_SPEC
impl RefUnwindSafe for TASKS_SEQSTART_SPEC
impl Send for TASKS_SEQSTART_SPEC
impl Sync for TASKS_SEQSTART_SPEC
impl Unpin for TASKS_SEQSTART_SPEC
impl UnwindSafe for TASKS_SEQSTART_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