[][src]Type Definition fomu_pac::usb::IN_DATA

type IN_DATA = Reg<u8, _IN_DATA>;

Each byte written into this register gets added to an outgoing FIFO. Any bytes that are written here will be transmitted in the order in which they were added. The FIFO queue is automatically advanced with each write. The FIFO queue is 64 bytes deep. If you exceed this amount, the result is undefined.

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

For information about avaliable fields see in_data module

Trait Implementations

impl Readable for IN_DATA[src]

read() method returns in_data::R reader structure

impl ResetValue for IN_DATA[src]

Register IN_DATA reset()'s with value 0

type Type = u8

Register size

impl Writable for IN_DATA[src]

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