[][src]Type Definition stm32wb_pac::tim1::CCMR2_INPUT

type CCMR2_INPUT = Reg<u32, _CCMR2_INPUT>;

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 ccmr2_input module

Trait Implementations

impl Readable for CCMR2_INPUT[src]

read() method returns ccmr2_input::R reader structure

impl ResetValue for CCMR2_INPUT[src]

Register CCMR2_Input reset()'s with value 0

type Type = u32

Register size

impl Writable for CCMR2_INPUT[src]

write(|w| ..) method takes ccmr2_input::W writer structure