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

type OUT = Reg<u32, _OUT>;

Read half of the FIFO to receive data on the Messible. Reading from this register advances the read pointer automatically.

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

For information about available fields see out module

Trait Implementations

impl Readable for OUT[src]

read() method returns out::R reader structure

impl ResetValue for OUT[src]

Register OUT reset()'s with value 0

type Type = u32

Register size

impl Writable for OUT[src]

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