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