Type Definition atsam4lc8a_pac::adcife::RTS[][src]

type RTS = Reg<u32, _RTS>;

Resistive Touch Screen Register

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

For information about available fields see rts module

Trait Implementations

impl Readable for RTS[src]

read() method returns rts::R reader structure

impl ResetValue for RTS[src]

Register RTS reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for RTS[src]

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