[−][src]Type Definition esp8266::dport::DPORT_CTL
type DPORT_CTL = Reg<u32, _DPORT_CTL>;
DPORT_CTL
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see dport_ctl module
Trait Implementations
impl Readable for DPORT_CTL
[src]
read()
method returns dport_ctl::R reader structure
impl ResetValue for DPORT_CTL
[src]
Register DPORT_CTL reset()
's with value 0
impl Writable for DPORT_CTL
[src]
write(|w| ..)
method takes dport_ctl::W writer structure