WPILibC++
2019.1.1-beta-4-6-g6593f43
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Constants.h
1
/*----------------------------------------------------------------------------*/
2
/* Copyright (c) 2016-2018 FIRST. All Rights Reserved. */
3
/* Open Source Software - may be modified and shared by FRC teams. The code */
4
/* must be accompanied by the FIRST BSD license file in the root directory of */
5
/* the project. */
6
/*----------------------------------------------------------------------------*/
7
8
#pragma once
9
10
#include <stdint.h>
11
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
27
int32_t
HAL_GetSystemClockTicksPerMicrosecond
(
void
);
28
#ifdef __cplusplus
29
}
// extern "C"
30
#endif
31
HAL_GetSystemClockTicksPerMicrosecond
int32_t HAL_GetSystemClockTicksPerMicrosecond(void)
Gets the number of FPGA system clock ticks per microsecond.
hal
src
main
native
include
hal
Constants.h
Generated on Mon Dec 24 2018 03:21:27 for WPILibC++ by
1.8.8