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

type CR2 = Reg<u32, _CR2>;

control register 2

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

For information about available fields see cr2 module

Trait Implementations

impl Readable for CR2[src]

read() method returns cr2::R reader structure

impl ResetValue for CR2[src]

Register CR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for CR2[src]

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