[][src]Type Definition stm32f0::stm32f0x8::usb::BCDR

type BCDR = Reg<u32, _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 = u32

Register size

impl Writable for BCDR[src]

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