[][src]Type Definition cc3220sf::i2s::PDCLR

type PDCLR = Reg<u32, _PDCLR>;

The pin data clear register (PDCLR) is an alias of the pin data output register (PDOUT) for writes only. Writing a 1 to the PDCLR bit clears the corresponding bit in PDOUT and if PFUNC = 1 (GPIO function) and PDIR = 1 (output) drives a logic low on the pin.

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

For information about available fields see pdclr module

Trait Implementations

impl Readable for PDCLR[src]

read() method returns pdclr::R reader structure

impl ResetValue for PDCLR[src]

Register PDCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for PDCLR[src]

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