123456789101112131415161718192021222324 |
- #ifndef RTW_HEADER_LookUp_U16_U16_h_
- #define RTW_HEADER_LookUp_U16_U16_h_
- #include "rtwtypes.h"
- void LookUp_U16_U16(uint16_T *pY, const uint16_T *pYData, uint16_T u, const
- uint16_T *pUData, uint32_T iHi);
- #endif
|