[][src]Type Definition lpc11xx::uart::TER

type TER = Reg<u32, _TER>;

Transmit Enable Register. Turns off UART transmitter for use with software flow control

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

For information about avaliable fields see ter module

Trait Implementations

impl Readable for TER[src]

read() method returns ter::R reader structure

impl Writable for TER[src]

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

impl ResetValue for TER[src]

Register TER reset()'s with value 0x80

type Type = u32

Register size