Type Definition stm32f1::stm32f102::stk::LOAD_[][src]

type LOAD_ = Reg<u32, _LOAD_>;

SysTick reload value register

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

For information about available fields see load_ module

Trait Implementations

impl Readable for LOAD_[src]

read() method returns load_::R reader structure

impl ResetValue for LOAD_[src]

Register LOAD_ reset()'s with value 0

type Type = u32

Register size

impl Writable for LOAD_[src]

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