NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ote_tsc.h File Reference

Detailed Description

NVIDIA Trusty Interface: Tegra Secure Counter (TSC) Services

Description: Declares common declarations and functions for the Trusty TSC service.

Definition in file ote_tsc.h.

Go to the source code of this file.

Functions

te_error_t ote_tsc_init (void)
 Initializes the TSC hardware. More...
 
te_error_t ote_tsc_deinit (void)
 Deinitializes the TSC hardware. More...
 
te_error_t ote_tsc_get_msecs (uint64_t *tsc_msecs)
 Gets the current value of the TSC in milliseconds. More...
 
te_error_t ote_tsc_get_usecs (uint64_t *tsc_usecs)
 Gets the current value of the TSC in microseconds. More...