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

type EVENTS_RXSTARTED = Reg<u32, _EVENTS_RXSTARTED>;

UART receiver has started

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

For information about available fields see events_rxstarted module

Trait Implementations

impl Readable for EVENTS_RXSTARTED[src]

read() method returns events_rxstarted::R reader structure

impl ResetValue for EVENTS_RXSTARTED[src]

Register EVENTS_RXSTARTED reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXSTARTED[src]

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