Aaron Silva
/
HSP_RPC_GUI
publishing
HSP/Devices/MAX14720/MAX14720_RPC.h@8:9eff4634d9dd, 2017-03-22 (annotated)
- Committer:
- elouis
- Date:
- Wed Mar 22 19:42:57 2017 +0000
- Revision:
- 8:9eff4634d9dd
- Parent:
- 0:fd5a76956754
test;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
asilva14 | 0:fd5a76956754 | 1 | /******************************************************************************* |
asilva14 | 0:fd5a76956754 | 2 | * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. |
asilva14 | 0:fd5a76956754 | 3 | * |
asilva14 | 0:fd5a76956754 | 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
asilva14 | 0:fd5a76956754 | 5 | * copy of this software and associated documentation files (the "Software"), |
asilva14 | 0:fd5a76956754 | 6 | * to deal in the Software without restriction, including without limitation |
asilva14 | 0:fd5a76956754 | 7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
asilva14 | 0:fd5a76956754 | 8 | * and/or sell copies of the Software, and to permit persons to whom the |
asilva14 | 0:fd5a76956754 | 9 | * Software is furnished to do so, subject to the following conditions: |
asilva14 | 0:fd5a76956754 | 10 | * |
asilva14 | 0:fd5a76956754 | 11 | * The above copyright notice and this permission notice shall be included |
asilva14 | 0:fd5a76956754 | 12 | * in all copies or substantial portions of the Software. |
asilva14 | 0:fd5a76956754 | 13 | * |
asilva14 | 0:fd5a76956754 | 14 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
asilva14 | 0:fd5a76956754 | 15 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
asilva14 | 0:fd5a76956754 | 16 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
asilva14 | 0:fd5a76956754 | 17 | * IN NO EVENT SHALL MAXIM INTEGRATED BE LIABLE FOR ANY CLAIM, DAMAGES |
asilva14 | 0:fd5a76956754 | 18 | * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
asilva14 | 0:fd5a76956754 | 19 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
asilva14 | 0:fd5a76956754 | 20 | * OTHER DEALINGS IN THE SOFTWARE. |
asilva14 | 0:fd5a76956754 | 21 | * |
asilva14 | 0:fd5a76956754 | 22 | * Except as contained in this notice, the name of Maxim Integrated |
asilva14 | 0:fd5a76956754 | 23 | * Products, Inc. shall not be used except as stated in the Maxim Integrated |
asilva14 | 0:fd5a76956754 | 24 | * Products, Inc. Branding Policy. |
asilva14 | 0:fd5a76956754 | 25 | * |
asilva14 | 0:fd5a76956754 | 26 | * The mere transfer of this software does not imply any licenses |
asilva14 | 0:fd5a76956754 | 27 | * of trade secrets, proprietary technology, copyrights, patents, |
asilva14 | 0:fd5a76956754 | 28 | * trademarks, maskwork rights, or any other form of intellectual |
asilva14 | 0:fd5a76956754 | 29 | * property whatsoever. Maxim Integrated Products, Inc. retains all |
asilva14 | 0:fd5a76956754 | 30 | * ownership rights. |
asilva14 | 0:fd5a76956754 | 31 | ******************************************************************************* |
asilva14 | 0:fd5a76956754 | 32 | */ |
asilva14 | 0:fd5a76956754 | 33 | #ifndef _MAX14720_RPC_H_ |
asilva14 | 0:fd5a76956754 | 34 | #define _MAX14720_RPC_H_ |
asilva14 | 0:fd5a76956754 | 35 | |
asilva14 | 0:fd5a76956754 | 36 | #include "mbed.h" |
asilva14 | 0:fd5a76956754 | 37 | |
asilva14 | 0:fd5a76956754 | 38 | int MAX14720_ReadBoostVSet(char argStrs[32][32], char replyStrs[32][32]); |
asilva14 | 0:fd5a76956754 | 39 | int MAX14720_WriteBoostVSet(char argStrs[32][32], char replyStrs[32][32]); |
asilva14 | 0:fd5a76956754 | 40 | int MAX14720_ReadReg(char argStrs[32][32], char replyStrs[32][32]); |
asilva14 | 0:fd5a76956754 | 41 | int MAX14720_WriteReg(char argStrs[32][32], char replyStrs[32][32]); |
asilva14 | 0:fd5a76956754 | 42 | |
asilva14 | 0:fd5a76956754 | 43 | #endif /* _MAX14720_RPC_H_ */ |