Struct nrf52840_pac::pwm0::tasks_stop::TASKS_STOP_SPEC
source · pub struct TASKS_STOP_SPEC;
Expand description
Stops PWM pulse generation on all channels at the end of current PWM period, and stops sequence playback
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see tasks_stop module
Trait Implementations§
source§impl RegisterSpec for TASKS_STOP_SPEC
impl RegisterSpec for TASKS_STOP_SPEC
source§impl Resettable for TASKS_STOP_SPEC
impl Resettable for TASKS_STOP_SPEC
reset()
method sets TASKS_STOP to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for TASKS_STOP_SPEC
impl Writable for TASKS_STOP_SPEC
write(|w| ..)
method takes tasks_stop::W writer structure
Auto Trait Implementations§
impl Freeze for TASKS_STOP_SPEC
impl RefUnwindSafe for TASKS_STOP_SPEC
impl Send for TASKS_STOP_SPEC
impl Sync for TASKS_STOP_SPEC
impl Unpin for TASKS_STOP_SPEC
impl UnwindSafe for TASKS_STOP_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