[][src]Type Definition esp32::i2s::IN_LINK

type IN_LINK = Reg<u32, _IN_LINK>;

I2S_IN_LINK

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

For information about available fields see in_link module

Trait Implementations

impl Readable for IN_LINK[src]

read() method returns in_link::R reader structure

impl ResetValue for IN_LINK[src]

Register IN_LINK reset()'s with value 0

impl Writable for IN_LINK[src]

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