Type Definition stm32f2::stm32f215::tim10::OR[][src]

type OR = Reg<u32, _OR>;

option register

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

For information about available fields see or module

Trait Implementations

impl Readable for OR[src]

read() method returns or::R reader structure

impl ResetValue for OR[src]

Register OR reset()'s with value 0

type Type = u32

Register size

impl Writable for OR[src]

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