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

type OUT_CTRL = Reg<u8, _OUT_CTRL>;

Controls for receiving packet data. To enable an endpoint, write its value to epno, with the enable bit set to 1 to enable an endpoint, or 0 to disable it. Resetting the OutHandler will set all enable bits to 0. Similarly, you can adjust the STALL state by setting or clearing the stall bit.

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

For information about avaliable fields see out_ctrl module

Trait Implementations

impl Readable for OUT_CTRL[src]

read() method returns out_ctrl::R reader structure

impl ResetValue for OUT_CTRL[src]

Register OUT_CTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for OUT_CTRL[src]

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