[−][src]Type Definition esp32::rtcio::TOUCH_CFG
type TOUCH_CFG = Reg<u32, _TOUCH_CFG>;
RTC_IO_TOUCH_CFG
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see touch_cfg module
Trait Implementations
impl Readable for TOUCH_CFG
[src]
read()
method returns touch_cfg::R reader structure
impl ResetValue for TOUCH_CFG
[src]
Register TOUCH_CFG reset()
's with value 0
fn reset_value() -> Self::Ux
[src]
impl Writable for TOUCH_CFG
[src]
write(|w| ..)
method takes touch_cfg::W writer structure