Type Definition stm32f1::stm32f107::usb::EP1R[][src]

type EP1R = Reg<u32, _EP1R>;

endpoint 1 register

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

For information about available fields see ep1r module

Trait Implementations

impl Readable for EP1R[src]

read() method returns ep1r::R reader structure

impl ResetValue for EP1R[src]

Register EP1R reset()'s with value 0

type Type = u32

Register size

impl Writable for EP1R[src]

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