pub type BCDR = Reg<u16, _BCDR>;
Battery charging detector(
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see bcdr module
pub struct BCDR { /* private fields */ }
Register BCDR reset()’s with value 0
reset()
read() method returns bcdr::R reader structure
read()
write(|w| ..) method takes bcdr::W writer structure
write(|w| ..)