Imt.Base C++ API V4.1.1.0
Loading...
Searching...
No Matches
imt::base::hal::stm32f767::registers::SYSTICKRegisters::SYST_RVR Union Reference

SysTick Reload Value Register (SYST_RVR) on page 4-34. More...

#include <Imt.Base.HAL.STM32F767/Registers/SYSTICKRegisters.h>

Public Attributes

struct { 
 
   uint32_t volatile   RELOAD: 24 
 Value to load into the SYST_CVR register when the counter is enabled and when it reaches 0. More...
 
   uint32_t   volatile: 8 
 
};  
 
uint32_t volatile reg
 

Detailed Description

SysTick Reload Value Register (SYST_RVR) on page 4-34.

Access: word access

Definition at line 43 of file SYSTICKRegisters.h.

Member Data Documentation

◆ [struct]

◆ reg

uint32_t volatile imt::base::hal::stm32f767::registers::SYSTICKRegisters::SYST_RVR::reg

Definition at line 48 of file SYSTICKRegisters.h.

◆ RELOAD

uint32_t volatile imt::base::hal::stm32f767::registers::SYSTICKRegisters::SYST_RVR::RELOAD

Value to load into the SYST_CVR register when the counter is enabled and when it reaches 0.

Definition at line 45 of file SYSTICKRegisters.h.

◆ volatile

uint32_t imt::base::hal::stm32f767::registers::SYSTICKRegisters::SYST_RVR::volatile
  • reserved

Definition at line 46 of file SYSTICKRegisters.h.


The documentation for this union was generated from the following file: