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

type CR1 = Reg<u32, _CR1>;

control register 1

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

For information about available fields see cr1 module

Trait Implementations

impl Readable for CR1[src]

read() method returns cr1::R reader structure

impl ResetValue for CR1[src]

Register CR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for CR1[src]

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