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

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

Register size

impl Writable for BTABLE[src]

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