[][src]Type Definition nrf51::twi0::PSELSCL

type PSELSCL = Reg<u32, _PSELSCL>;

Pin select for SCL.

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

For information about available fields see pselscl module

Trait Implementations

impl Readable for PSELSCL[src]

read() method returns pselscl::R reader structure

impl ResetValue for PSELSCL[src]

Register PSELSCL reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for PSELSCL[src]

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