Type Definition stm32g4::stm32g441::tim15::ARR[][src]

type ARR = Reg<u32, _ARR>;

auto-reload register

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

For information about available fields see arr module

Trait Implementations

impl Readable for ARR[src]

read() method returns arr::R reader structure

impl ResetValue for ARR[src]

Register ARR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for ARR[src]

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