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

type IN_CTRL = Reg<u8, _IN_CTRL>;

Enables transmission of data in response to IN tokens, or resets the contents of the FIFO.

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

For information about avaliable fields see in_ctrl module

Trait Implementations

impl Readable for IN_CTRL[src]

read() method returns in_ctrl::R reader structure

impl ResetValue for IN_CTRL[src]

Register IN_CTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for IN_CTRL[src]

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