[][src]Type Definition nrf52832_pac::uarte0::psel::RTS

type RTS = Reg<u32, _RTS>;

Pin select for RTS signal

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

For information about available fields see rts module

Trait Implementations

impl Readable for RTS[src]

read() method returns rts::R reader structure

impl ResetValue for RTS[src]

Register RTS reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for RTS[src]

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