[][src]Type Definition nrf52832_pac::i2s::TASKS_START

type TASKS_START = Reg<u32, _TASKS_START>;

Starts continuous I2S transfer. Also starts MCK generator when this is enabled.

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

For information about available fields see tasks_start module

Trait Implementations

impl ResetValue for TASKS_START[src]

Register TASKS_START reset()'s with value 0

type Type = u32

Register size

impl Writable for TASKS_START[src]

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