[][src]Type Definition nrf52832_pac::uarte0::EVENTS_NCTS

type EVENTS_NCTS = Reg<u32, _EVENTS_NCTS>;

CTS is deactivated (set high). Not Clear To Send.

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

For information about available fields see events_ncts module

Trait Implementations

impl Readable for EVENTS_NCTS[src]

read() method returns events_ncts::R reader structure

impl ResetValue for EVENTS_NCTS[src]

Register EVENTS_NCTS reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_NCTS[src]

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