![]() |
![]() |
|
SYS/BIOS
7.00
|
#include <stddef.h>#include <stdint.h>
Go to the source code of this file.
Macros | |
| #define | HWREG(x) (*((volatile unsigned long *)(x))) |
| #define | AON_RTC_BASE 0x40092000 |
| #define | AON_RTC_O_SEC 0x00000008 |
| #define | AON_RTC_O_SUBSEC 0x0000000C |
Functions | |
| __STATIC_INLINE uint64_t | AONRTCCurrent64BitValueGet (void) |
| __attribute__ ((always_inline)) __STATIC_INLINE uint32_t SecureTS_get32() | |
| #define HWREG | ( | x | ) | (*((volatile unsigned long *)(x))) |
Referenced by AONRTCCurrent64BitValueGet().
| #define AON_RTC_BASE 0x40092000 |
Referenced by AONRTCCurrent64BitValueGet().
| #define AON_RTC_O_SEC 0x00000008 |
Referenced by AONRTCCurrent64BitValueGet().
| #define AON_RTC_O_SUBSEC 0x0000000C |
Referenced by AONRTCCurrent64BitValueGet().
| __STATIC_INLINE uint64_t AONRTCCurrent64BitValueGet | ( | void | ) |
References AON_RTC_BASE, AON_RTC_O_SEC, AON_RTC_O_SUBSEC, and HWREG.
Referenced by __attribute__().
| __attribute__ | ( | (always_inline) | ) |
References AONRTCCurrent64BitValueGet().