[][src]Type Definition nrf52832_pac::pwm0::TASKS_SEQSTART

type TASKS_SEQSTART = Reg<u32, _TASKS_SEQSTART>;

Description collection[0]: Loads the first PWM value on all enabled channels from sequence 0, and starts playing that sequence at the rate defined in SEQ[0]REFRESH and/or DECODER.MODE. Causes PWM generation to start it was not running.

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

For information about available fields see tasks_seqstart module

Trait Implementations

impl ResetValue for TASKS_SEQSTART[src]

Register TASKS_SEQSTART[%s] reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_SEQSTART[src]

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