From 9f95ff5b6ba01db09552b84a0ab79607060a2666 Mon Sep 17 00:00:00 2001 From: Ali Labbene Date: Wed, 11 Dec 2019 08:59:21 +0100 Subject: Official ARM version: v5.4.0 Add CMSIS V5.4.0, please refer to index.html available under \docs folder. Note: content of \CMSIS\Core\Include has been copied under \Include to keep the same structure used in existing projects, and thus avoid projects mass update Note: the following components have been removed from ARM original delivery (as not used in ST packages) - CMSIS_EW2018.pdf - .gitattributes - .gitignore - \Device - \CMSIS - \CoreValidation - \DAP - \Documentation - \DoxyGen - \Driver - \Pack - \RTOS\CMSIS_RTOS_Tutorial.pdf - \RTOS\RTX - \RTOS\Template - \RTOS2\RTX - \Utilities - All ARM/GCC projects files are deleted from \DSP, \RTOS and \RTOS2 Change-Id: Ia026c3f0f0d016627a4fb5a9032852c33d24b4d3 --- docs/Core_A/html/group__CMSIS__CNTFRQ.html | 190 +++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 docs/Core_A/html/group__CMSIS__CNTFRQ.html (limited to 'docs/Core_A/html/group__CMSIS__CNTFRQ.html') diff --git a/docs/Core_A/html/group__CMSIS__CNTFRQ.html b/docs/Core_A/html/group__CMSIS__CNTFRQ.html new file mode 100644 index 0000000..fa377d8 --- /dev/null +++ b/docs/Core_A/html/group__CMSIS__CNTFRQ.html @@ -0,0 +1,190 @@ + + + + + +Counter Frequency register (CNTFRQ) +CMSIS-Core (Cortex-A): Counter Frequency register (CNTFRQ) + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
CMSIS-Core (Cortex-A) +  Version 1.1.2 +
+
CMSIS-Core support for Cortex-A processor-based devices
+
+
+ +
+
    + +
+
+ + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Counter Frequency register (CNTFRQ)
+
+
+ +

Indicates the clock frequency of the system counter. +More...

+ + + + + + + + +

+Functions

__STATIC_FORCEINLINE void __set_CNTFRQ (uint32_t value)
 Set CNTFRQ. More...
 
__STATIC_FORCEINLINE uint32_t __get_CNTFRQ (void)
 Get CNTFRQ. More...
 
+

Description

+

Consider __get_CNTFRQ and __set_CNTFRQ to access this register.

+

Consider using Generic Physical Timer Functions for controlling the PL1 Timer instead.

+

Function Documentation

+ +
+
+ + + + + + + + +
__STATIC_INLINE uint32_t __get_CNTFRQ (void )
+
+

This function returns the value of the PL1 Physical Timer Counter Frequency Register (CNTFRQ).

+
Returns
CNTFRQ Register value
+

This function returns the value of the Counter Frequency register (CNTFRQ).

+ +
+
+ +
+
+ + + + + + + + +
__STATIC_INLINE void __set_CNTFRQ (uint32_t value)
+
+

This function assigns the given value to PL1 Physical Timer Counter Frequency Register (CNTFRQ).

+
Parameters
+ + +
[in]valueCNTFRQ Register value to set
+
+
+

This function assigns the given value to Counter Frequency register (CNTFRQ).

+ +
+
+
+
+ + + + -- cgit