Type Definition atsam4e16c_pac::usart0::RTOR[][src]

type RTOR = Reg<u32, _RTOR>;

Receiver Time-out Register

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

For information about available fields see rtor module

Trait Implementations

impl Readable for RTOR[src]

read() method returns rtor::R reader structure

impl ResetValue for RTOR[src]

Register RTOR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for RTOR[src]

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