-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpti.h
13 lines (12 loc) · 799 Bytes
/
pti.h
1
2
3
4
5
6
7
8
9
10
11
12
13
/***********************************************************************************************//**
* \file pti.h
* \brief Functions and data related to PTI
***************************************************************************************************
* <b> (C) Copyright 2017 Silicon Labs, http://www.silabs.com</b>
***************************************************************************************************
* This file is licensed under the Silabs License Agreement. See the file
* "Silabs_License_Agreement.txt" for details. Before using this software for
* any purpose, you must agree to the terms of that agreement.
**************************************************************************************************/
#include <stdint.h>
uint8_t configEnablePti(void);