[][src]Type Definition nrf51::gpio::OUTCLR

type OUTCLR = Reg<u32, _OUTCLR>;

Clear individual bits in GPIO port.

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

For information about available fields see outclr module

Trait Implementations

impl Readable for OUTCLR[src]

read() method returns outclr::R reader structure

impl ResetValue for OUTCLR[src]

Register OUTCLR reset()'s with value 0

type Type = u32

Register size

impl Writable for OUTCLR[src]

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