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

type RCR = Reg<u32, _RCR>;

repetition counter register

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

For information about available fields see rcr module

Trait Implementations

impl Readable for RCR[src]

read() method returns rcr::R reader structure

impl ResetValue for RCR[src]

Register RCR reset()'s with value 0

type Type = u32

Register size

impl Writable for RCR[src]

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