[][src]Type Definition esp32::rmt::APB_CONF

type APB_CONF = Reg<u32, _APB_CONF>;

RMT_APB_CONF

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

For information about available fields see apb_conf module

Trait Implementations

impl Readable for APB_CONF[src]

read() method returns apb_conf::R reader structure

impl ResetValue for APB_CONF[src]

Register APB_CONF reset()'s with value 0

impl Writable for APB_CONF[src]

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