[][src]Type Definition nrf52840_pac::uarte0::psel::CTS

type CTS = Reg<u32, _CTS>;

Pin select for CTS signal

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

For information about available fields see cts module

Trait Implementations

impl Readable for CTS[src]

read() method returns cts::R reader structure

impl ResetValue for CTS[src]

Register CTS reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for CTS[src]

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