[][src]Type Definition stm32f3::stm32f303::usb::BTABLE

type BTABLE = Reg<u32, _BTABLE>;

Buffer table address

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

For information about available fields see btable module

Trait Implementations

impl Readable for BTABLE[src]

read() method returns btable::R reader structure

impl ResetValue for BTABLE[src]

Register BTABLE reset()'s with value 0

type Type = u32

Register size

impl Writable for BTABLE[src]

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