Type Definition stm32f2::stm32f215::tim2::TIM2_OR[][src]

type TIM2_OR = Reg<u32, _TIM2_OR>;

TIM2 option register

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

For information about available fields see tim2_or module

Trait Implementations

impl Readable for TIM2_OR[src]

read() method returns tim2_or::R reader structure

impl ResetValue for TIM2_OR[src]

Register TIM2_OR reset()'s with value 0

type Type = u32

Register size

impl Writable for TIM2_OR[src]

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