[][src]Type Definition stm32wb_pac::usb::EP1R

type EP1R = Reg<u16, _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 = u16

Register size

impl Writable for EP1R[src]

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