[][src]Type Definition betrusted_pac::uart::RXTX

type RXTX = Reg<u32, _RXTX>;

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

For information about available fields see rxtx module

Trait Implementations

impl Readable for RXTX[src]

read() method returns rxtx::R reader structure

impl ResetValue for RXTX[src]

Register RXTX reset()'s with value 0

type Type = u32

Register size

impl Writable for RXTX[src]

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