[][src]Type Definition stm32wb_pac::tim2::CCR2

type CCR2 = Reg<u32, _CCR2>;

capture/compare register 2

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see ccr2 module

Trait Implementations

impl Readable for CCR2[src]

read() method returns ccr2::R reader structure

impl ResetValue for CCR2[src]

Register CCR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for CCR2[src]

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