|
Flash_Cmd_Status_t | FlashHelper_Update (EVE_HalContext *phost, uint32_t dest_flash, uint32_t src_ram, uint32_t num) |
|
Flash_Cmd_Status_t | FlashHelper_Read (EVE_HalContext *phost, uint32_t dest_ram, uint32_t src_flash, uint32_t num, uint8_t *read_data) |
|
ft_void_t | FlashHelper_Erase (EVE_HalContext *phost) |
|
uint8_t | FlashHelper_GetState (EVE_HalContext *phost) |
|
ft_void_t | FlashHelper_ClearCache (EVE_HalContext *phost) |
|
Flash_Cmd_Status_t | FlashHelper_Write (EVE_HalContext *phost, uint32_t dest_flash, uint32_t num, const uint8_t *write_data) |
|
uint32_t | FlashHelper_SwitchState (EVE_HalContext *phost, uint8_t nextState) |
|
uint32_t | FlashHelper_SwitchFullMode (EVE_HalContext *phost) |
|
ft_void_t | FlashHelper_flashWriteExt (EVE_HalContext *phost, uint32_t dest, uint32_t num, const uint8_t *data) |
|
ft_bool_t | Esd_Calibrate (EVE_HalContext *phost) |
| Do calibration.
|
|
ft_void_t | Ft_QueueCmd (uint32_t cmd) |
|
ft_void_t | Ft_QueueString (const char *s) |
|
ft_void_t | Ft_FlushCmd (EVE_HalContext *phost) |
|
ft_void_t | Ft_Gpu_HorizontalScanoutFilter (EVE_HalContext *phost, uint32_t physical_W, uint32_t physical_H) |
| Adjust for non-sqare pixel panel.
|
|
ft_void_t | Ft_Gpu_CoCmd_FlashWriteExt (EVE_HalContext *phost, uint32_t dest, uint32_t num, const uint8_t *data) |
|
void | fadeout (EVE_HalContext *phost) |
| Fadeout animation.
|
|
void | fadein (EVE_HalContext *phost) |
| Fadein animation perform display fadein effect by changing the display PWM from 0 till 100 and finally 128.
|
|
void | Fifo_Init (Fifo_t *pFifo, uint32_t StartAddress, uint32_t Length, uint32_t HWReadRegAddress, uint32_t HWWriteRegAddress) |
| Init mediafifo.
|
|
void | Fifo_Update (EVE_HalContext *host, Fifo_t *pFifo) |
|
uint32_t | Fifo_Write (EVE_HalContext *host, Fifo_t *pFifo, const uint8_t *buffer, uint32_t NumbytetoWrite) |
|
void | Fifo_WriteWait (EVE_HalContext *host, Fifo_t *pFifo, const uint8_t *buffer, uint32_t Numbyte) |
|
void | Fifo_Write32 (EVE_HalContext *host, Fifo_t *pFifo, uint32_t WriteWord) |
|
uint32_t | Fifo_GetFreeSpace (EVE_HalContext *host, Fifo_t *pFifo) |
|
void | App_WrDl_Buffer (Gpu_Hal_Context_t *phost, uint32_t cmd) |
| Write DL command to buffer.
|
|
void | App_Flush_DL_Buffer (const Gpu_Hal_Context_t *phost) |
| Flush DL buffer to Coprocessor.
|
|
void | App_Set_DlBuffer_Index (uint32_t index) |
| Set DL buffer index.
|
|
void | GPU_DLSwap (Gpu_Hal_Context_t *phost, uint8_t DL_Swap_Type) |
| API to check the status of previous DLSWAP and perform DLSWAP of new DL Check for the status of previous DLSWAP and if still not done wait for few ms and check again.
|
|
int32_t | FlashHelper_GetSizeMB (Gpu_Hal_Context_t *host) |
|
Eve's connected flash helper functions.
- Author
- Tuan Nguyen tuan..nosp@m.nguy.nosp@m.en@br.nosp@m.tchi.nosp@m.p.com
- Date
- 2019
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 FlashHelper.h.