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