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

type EP0R = Reg<u16, _EP0R>;

endpoint 0 register

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

For information about available fields see ep0r module

Trait Implementations

impl Readable for EP0R[src]

read() method returns ep0r::R reader structure

impl ResetValue for EP0R[src]

Register EP0R reset()'s with value 0

type Type = u16

Register size

impl Writable for EP0R[src]

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