[][src]Type Definition nrf52840_pac::twim0::TASKS_STOP

type TASKS_STOP = Reg<u32, _TASKS_STOP>;

Stop TWI transaction. Must be issued while the TWI master is not suspended.

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

For information about available fields see tasks_stop module

Trait Implementations

impl ResetValue for TASKS_STOP[src]

Register TASKS_STOP reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_STOP[src]

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