TF-M Reference Manual
1.2.0
TrustedFirmware-M
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
tick.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2020, Arm Limited. All rights reserved.
3
*
4
* SPDX-License-Identifier: BSD-3-Clause
5
*
6
*/
7
8
#ifndef __OS_WRAPPER_TICK_H__
9
#define __OS_WRAPPER_TICK_H__
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
#include "
common.h
"
16
22
uint32_t
os_wrapper_get_tick
(
void
);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* __OS_WRAPPER_TICK_H__ */
os_wrapper_get_tick
uint32_t os_wrapper_get_tick(void)
Return RTOS current tick count.
Definition:
os_wrapper_cmsis_rtos_v2.c:214
common.h
interface
include
os_wrapper
tick.h
Generated on Thu Feb 18 2021 13:29:09 for TF-M Reference Manual by
1.8.6