EVE's co-processor commmands. More...
#include "EVE_Platform.h"
Go to the source code of this file.
EVE's co-processor commmands.
MIT License
Copyright (c) [2019] [Bridgetek Pte Ltd (BRTChip)]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition in file EVE_CoCmd.c.
EVE_HAL_EXPORT bool EVE_CoCmd_animStart | ( | EVE_HalContext * | phost, |
int32_t | ch, | ||
uint32_t | aoptr, | ||
uint32_t | loop | ||
) |
Send CMD_ANIMSTART.
phost | Pointer to Hal context |
ch | Channel |
aoptr | The address of the animation object in flash memory |
loop | Loop flags |
Definition at line 526 of file EVE_CoCmd.c.
EVE_HAL_EXPORT uint32_t EVE_CoCmd_calibrate | ( | EVE_HalContext * | phost | ) |
Send CMD_CALIBRATE.
phost | Pointer to Hal context |
Definition at line 500 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_d | ( | EVE_HalContext * | phost, |
uint32_t | cmd | ||
) |
Definition at line 39 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0 | ||
) |
Definition at line 49 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_ddd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint32_t | d1 | ||
) |
Definition at line 62 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dddd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint32_t | d1, | ||
uint32_t | d2 | ||
) |
Definition at line 76 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_ddddd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint32_t | d1, | ||
uint32_t | d2, | ||
uint32_t | d3 | ||
) |
Definition at line 91 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dddwwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint32_t | d1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint16_t | w5 | ||
) |
Definition at line 141 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_ddww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint16_t | w1, | ||
uint16_t | w2 | ||
) |
Definition at line 107 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_ddwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint32_t | d0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3 | ||
) |
Definition at line 123 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwdd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint32_t | d2, | ||
uint32_t | d3 | ||
) |
Definition at line 161 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwdwwd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint32_t | d2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint32_t | d5 | ||
) |
Definition at line 178 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3 | ||
) |
Definition at line 240 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwd | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint32_t | d4 | ||
) |
Definition at line 276 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwdw | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint32_t | d4, | ||
uint16_t | w5 | ||
) |
Definition at line 198 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwdww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint32_t | d4, | ||
uint16_t | w5, | ||
uint16_t | w6 | ||
) |
Definition at line 219 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4 | ||
) |
Definition at line 257 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint16_t | w5, | ||
uint16_t | w6 | ||
) |
Definition at line 294 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwwwww | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint16_t | w5, | ||
uint16_t | w6, | ||
uint16_t | w7 | ||
) |
Definition at line 316 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwwwz | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint16_t | w5, | ||
const char * | s | ||
) |
Definition at line 338 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_dwwwwwwz_s | ( | EVE_HalContext * | phost, |
uint32_t | cmd, | ||
uint16_t | w0, | ||
uint16_t | w1, | ||
uint16_t | w2, | ||
uint16_t | w3, | ||
uint16_t | w4, | ||
uint16_t | w5, | ||
const char * | s, | ||
uint32_t | len | ||
) |
Definition at line 359 of file EVE_CoCmd.c.
EVE_HAL_EXPORT bool EVE_CoCmd_getMatrix | ( | EVE_HalContext * | phost, |
int32_t * | m | ||
) |
Send CMD_GETMATRIX.
phost | Pointer to Hal context |
m | output parameters; 6 values; written with matrix coeffcients a, b, c, d, e, f |
Definition at line 391 of file EVE_CoCmd.c.
EVE_HAL_EXPORT void EVE_CoCmd_setRotate | ( | EVE_HalContext * | phost, |
uint32_t | r | ||
) |
CMD_SETROTATE.
phost | Pointer to Hal context |
r | new rotation value 0-7 |
Definition at line 419 of file EVE_CoCmd.c.