pub type IR = Reg<u8, _IR>;
UART Infrared Register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see ir module
pub struct IR { /* private fields */ }
Register IR reset()’s with value 0
reset()
read() method returns ir::R reader structure
read()
write(|w| ..) method takes ir::W writer structure
write(|w| ..)