[][src]Type Definition esp32::rtc_i2c::SDA_DUTY

type SDA_DUTY = Reg<u32, _SDA_DUTY>;

RTC_I2C_SDA_DUTY

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

For information about available fields see sda_duty module

Trait Implementations

impl Readable for SDA_DUTY[src]

read() method returns sda_duty::R reader structure

impl ResetValue for SDA_DUTY[src]

Register SDA_DUTY reset()'s with value 0

impl Writable for SDA_DUTY[src]

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