pub type SMCAPTCTRLB = Reg<u16, _SMCAPTCTRLB>;
Expand description
Capture Control B Register
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see smcaptctrlb module
Aliased Type§
struct SMCAPTCTRLB { /* private fields */ }
Trait Implementations§
Source§impl ResetValue for SMCAPTCTRLB
impl ResetValue for SMCAPTCTRLB
Register SMCAPTCTRLB reset()
’s with value 0
impl Readable for SMCAPTCTRLB
read()
method returns smcaptctrlb::R reader structure
impl Writable for SMCAPTCTRLB
write(|w| ..)
method takes smcaptctrlb::W writer structure