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