[][src]Type Definition stm32f1::stm32f103::usb::EPR

type EPR = Reg<u32, _EPR>;

endpoint 0 register

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

For information about available fields see epr module

Trait Implementations

impl Readable for EPR[src]

read() method returns epr::R reader structure

impl ResetValue for EPR[src]

Register EP%sR reset()'s with value 0

type Type = u32

Register size

impl Writable for EPR[src]

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