OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SysTick
(Results
1 - 8
of
8
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/
crt_stm32.c
39
VEC(
SysTick
);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0.h
210
- Core
SysTick
Register
432
\defgroup CMSIS_SysTick System Tick Timer (
SysTick
)
437
/** \brief Structure type to access the System Timer (
SysTick
).
441
__IO uint32_t CTRL; /*!< Offset: 0x000 (R/W)
SysTick
Control and Status Register */
442
__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W)
SysTick
Reload Value Register */
443
__IO uint32_t VAL; /*!< Offset: 0x008 (R/W)
SysTick
Current Value Register */
444
__I uint32_t CALIB; /*!< Offset: 0x00C (R/ )
SysTick
Calibration Register */
447
/*
SysTick
Control / Status Register Definitions */
448
#define SysTick_CTRL_COUNTFLAG_Pos 16 /*!<
SysTick
CTRL: COUNTFLAG Position */
449
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!<
SysTick
CTRL: COUNTFLAG Mask *
[
all
...]
core_cm0plus.h
220
- Core
SysTick
Register
453
\defgroup CMSIS_SysTick System Tick Timer (
SysTick
)
458
/** \brief Structure type to access the System Timer (
SysTick
).
462
__IO uint32_t CTRL; /*!< Offset: 0x000 (R/W)
SysTick
Control and Status Register */
463
__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W)
SysTick
Reload Value Register */
464
__IO uint32_t VAL; /*!< Offset: 0x008 (R/W)
SysTick
Current Value Register */
465
__I uint32_t CALIB; /*!< Offset: 0x00C (R/ )
SysTick
Calibration Register */
468
/*
SysTick
Control / Status Register Definitions */
469
#define SysTick_CTRL_COUNTFLAG_Pos 16 /*!<
SysTick
CTRL: COUNTFLAG Position */
470
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!<
SysTick
CTRL: COUNTFLAG Mask *
[
all
...]
core_sc000.h
215
- Core
SysTick
Register
472
\defgroup CMSIS_SysTick System Tick Timer (
SysTick
)
477
/** \brief Structure type to access the System Timer (
SysTick
).
481
__IO uint32_t CTRL; /*!< Offset: 0x000 (R/W)
SysTick
Control and Status Register */
482
__IO uint32_t LOAD; /*!< Offset: 0x004 (R/W)
SysTick
Reload Value Register */
483
__IO uint32_t VAL; /*!< Offset: 0x008 (R/W)
SysTick
Current Value Register */
484
__I uint32_t CALIB; /*!< Offset: 0x00C (R/ )
SysTick
Calibration Register */
487
/*
SysTick
Control / Status Register Definitions */
488
#define SysTick_CTRL_COUNTFLAG_Pos 16 /*!<
SysTick
CTRL: COUNTFLAG Position */
489
#define SysTick_CTRL_COUNTFLAG_Msk (1UL << SysTick_CTRL_COUNTFLAG_Pos) /*!<
SysTick
CTRL: COUNTFLAG Mask *
[
all
...]
core_cm3.h
215
- Core
SysTick
Register
[
all
...]
core_sc300.h
215
- Core
SysTick
Register
[
all
...]
core_cm4.h
261
- Core
SysTick
Register
[
all
...]
core_cm7.h
276
- Core
SysTick
Register
[
all
...]
Completed in 151 milliseconds