[][src]Type Definition esp32::ledc::CONF

type CONF = Reg<u32, _CONF>;

LEDC_CONF

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

For information about available fields see conf module

Trait Implementations

impl Readable for CONF[src]

read() method returns conf::R reader structure

impl ResetValue for CONF[src]

Register CONF reset()'s with value 0

impl Writable for CONF[src]

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