[][src]Type Definition betrusted_pac::i2c::RXR

type RXR = Reg<u32, _RXR>;

Data being read from slaved devices

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

For information about available fields see rxr module

Trait Implementations

impl Readable for RXR[src]

read() method returns rxr::R reader structure

impl ResetValue for RXR[src]

Register RXR reset()'s with value 0

type Type = u32

Register size

impl Writable for RXR[src]

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