[][src]Type Definition stm32l0::stm32l0x3::tim2::ARR

type ARR = Reg<u16, _ARR>;

TIMx auto-reload register

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

For information about avaliable fields see arr module

Trait Implementations

impl Readable for ARR[src]

read() method returns arr::R reader structure

impl Writable for ARR[src]

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

impl ResetValue for ARR[src]

Register ARR reset()'s with value 0xffff

type Type = u16

Register size