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

type SETUP_CTRL = Reg<u8, _SETUP_CTRL>;

Controls for managing how to handle SETUP transactions.

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

For information about avaliable fields see setup_ctrl module

Trait Implementations

impl Readable for SETUP_CTRL[src]

read() method returns setup_ctrl::R reader structure

impl ResetValue for SETUP_CTRL[src]

Register SETUP_CTRL reset()'s with value 0

type Type = u8

Register size

impl Writable for SETUP_CTRL[src]

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