[][src]Type Definition stm32f3::stm32f3x8::usb::EP2R

type EP2R = Reg<u32, _EP2R>;

endpoint 2 register

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

For information about available fields see ep2r module

Trait Implementations

impl Readable for EP2R[src]

read() method returns ep2r::R reader structure

impl ResetValue for EP2R[src]

Register EP2R reset()'s with value 0

type Type = u32

Register size

impl Writable for EP2R[src]

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