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

type CCMR2_OUTPUT = Reg<u32, _CCMR2_OUTPUT>;

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

Trait Implementations

impl Readable for CCMR2_OUTPUT[src]

read() method returns ccmr2_output::R reader structure

impl ResetValue for CCMR2_OUTPUT[src]

Register CCMR2_Output reset()'s with value 0

type Type = u32

Register size

impl Writable for CCMR2_OUTPUT[src]

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