[][src]Type Definition betrusted_pac::messible::IN

type IN = Reg<u32, _IN>;

Write half of the FIFO to send data out the Messible. Writing to this register advances the write pointer automatically.

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

For information about available fields see in_ module

Trait Implementations

impl Readable for IN[src]

read() method returns in_::R reader structure

impl ResetValue for IN[src]

Register IN reset()'s with value 0

type Type = u32

Register size

impl Writable for IN[src]

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