[][src]Type Definition stm32wb_pac::tim16::OR

type OR = Reg<u32, _OR>;

TIM16 option register 1

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