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

type BCDR = Reg<u16, _BCDR>;

Battery charging detector(

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

For information about available fields see bcdr module

Trait Implementations

impl Readable for BCDR[src]

read() method returns bcdr::R reader structure

impl ResetValue for BCDR[src]

Register BCDR reset()'s with value 0

type Type = u16

Register size

impl Writable for BCDR[src]

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