[][src]Type Definition nrf52840_pac::uart0::EVENTS_CTS

type EVENTS_CTS = Reg<u32, _EVENTS_CTS>;

CTS is activated (set low). Clear To Send.

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

For information about available fields see events_cts module

Trait Implementations

impl Readable for EVENTS_CTS[src]

read() method returns events_cts::R reader structure

impl ResetValue for EVENTS_CTS[src]

Register EVENTS_CTS reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_CTS[src]

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