[][src]Type Definition ADuCM302x::uart0::RSC

type RSC = Reg<u16, _RSC>;

RS485 Half-duplex Control

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

For information about available fields see rsc module

Trait Implementations

impl Readable for RSC[src]

read() method returns rsc::R reader structure

impl ResetValue for RSC[src]

Register RSC reset()'s with value 0

type Type = u16

Register size

impl Writable for RSC[src]

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