BCDR

Type Alias BCDR 

Source
pub type BCDR = Reg<u16, _BCDR>;
Expand description

Battery charging detector(

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

For information about available fields see bcdr module

Aliased Type§

pub struct BCDR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BCDR

Register BCDR reset()’s with value 0

Source§

type Type = u16

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for BCDR

read() method returns bcdr::R reader structure

Source§

impl Writable for BCDR

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