[][src]Type Definition nrf51::uart0::PSELRTS

type PSELRTS = Reg<u32, _PSELRTS>;

Pin select for RTS.

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

For information about available fields see pselrts module

Trait Implementations

impl Readable for PSELRTS[src]

read() method returns pselrts::R reader structure

impl ResetValue for PSELRTS[src]

Register PSELRTS reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for PSELRTS[src]

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