[][src]Type Definition k22f::uart1::IR

type IR = Reg<u8, _IR>;

UART Infrared Register

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

For information about available fields see ir module

Trait Implementations

impl Readable for IR[src]

read() method returns ir::R reader structure

impl ResetValue for IR[src]

Register IR reset()'s with value 0

type Type = u8

Register size

impl Writable for IR[src]

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