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

type LC_CONF = Reg<u32, _LC_CONF>;

I2S_LC_CONF

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

For information about available fields see lc_conf module

Trait Implementations

impl Readable for LC_CONF[src]

read() method returns lc_conf::R reader structure

impl ResetValue for LC_CONF[src]

Register LC_CONF reset()'s with value 0

impl Writable for LC_CONF[src]

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