KIT Solar Car Project / Mbed 2 deprecated BMS_6804_pb

Dependencies:   mbed INA226

Committer:
takuma1
Date:
Thu Apr 08 10:04:55 2021 +0000
Revision:
5:f07de56debf3
210408_BMS_v1;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takuma1 5:f07de56debf3 1 /*
takuma1 5:f07de56debf3 2 **************************************************************************************************************
takuma1 5:f07de56debf3 3 * NXP USB Host Stack
takuma1 5:f07de56debf3 4 *
takuma1 5:f07de56debf3 5 * (c) Copyright 2008, NXP SemiConductors
takuma1 5:f07de56debf3 6 * (c) Copyright 2008, OnChip Technologies LLC
takuma1 5:f07de56debf3 7 * All Rights Reserved
takuma1 5:f07de56debf3 8 *
takuma1 5:f07de56debf3 9 * www.nxp.com
takuma1 5:f07de56debf3 10 * www.onchiptech.com
takuma1 5:f07de56debf3 11 *
takuma1 5:f07de56debf3 12 * File : usbhost_cpu.h
takuma1 5:f07de56debf3 13 * Programmer(s) : Ravikanth.P
takuma1 5:f07de56debf3 14 * Version :
takuma1 5:f07de56debf3 15 *
takuma1 5:f07de56debf3 16 **************************************************************************************************************
takuma1 5:f07de56debf3 17 */
takuma1 5:f07de56debf3 18
takuma1 5:f07de56debf3 19 #ifndef USBHOST_CPU_H
takuma1 5:f07de56debf3 20 #define USBHOST_CPU_H
takuma1 5:f07de56debf3 21
takuma1 5:f07de56debf3 22 /*
takuma1 5:f07de56debf3 23 **************************************************************************************************************
takuma1 5:f07de56debf3 24 * TYPE DEFINITIONS OF DATA TYPES
takuma1 5:f07de56debf3 25 **************************************************************************************************************
takuma1 5:f07de56debf3 26 */
takuma1 5:f07de56debf3 27
takuma1 5:f07de56debf3 28 typedef unsigned int USB_INT32U;
takuma1 5:f07de56debf3 29 typedef signed int USB_INT32S;
takuma1 5:f07de56debf3 30 typedef unsigned short USB_INT16U;
takuma1 5:f07de56debf3 31 typedef signed short USB_INT16S;
takuma1 5:f07de56debf3 32 typedef unsigned char USB_INT08U;
takuma1 5:f07de56debf3 33 typedef signed char USB_INT08S;
takuma1 5:f07de56debf3 34
takuma1 5:f07de56debf3 35 #endif