pub type CCMR3_OUTPUT = Reg<u32, _CCMR3_OUTPUT>;
Expand description
capture/compare mode register 2 (output mode)
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see ccmr3_output module
Aliased Type§
pub struct CCMR3_OUTPUT { /* private fields */ }
Trait Implementations§
Source§impl ResetValue for CCMR3_OUTPUT
Register CCMR3_Output reset()
’s with value 0
impl ResetValue for CCMR3_OUTPUT
Register CCMR3_Output reset()
’s with value 0
impl Readable for CCMR3_OUTPUT
read()
method returns ccmr3_output::R reader structure
impl Writable for CCMR3_OUTPUT
write(|w| ..)
method takes ccmr3_output::W writer structure