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

type PIN_CNF = Reg<u32, _PIN_CNF>;

Configuration of GPIO pins.

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

For information about available fields see pin_cnf module

Trait Implementations

impl Readable for PIN_CNF[src]

read() method returns pin_cnf::R reader structure

impl ResetValue for PIN_CNF[src]

Register PIN_CNF[%s] reset()'s with value 0x02

type Type = u32

Register size

impl Writable for PIN_CNF[src]

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