#include "hal_gfx_sys_defs.h"
Go to the source code of this file.
Functions | |
int32_t | hal_gdc_sys_init (void) |
Initialize system. Implementor defined. Called in hal_gdc_init(). More... | |
void | hal_gdc_wait_vsync (void) |
Wait for VSYNC. More... | |
uint32_t | hal_gdc_reg_read (uint32_t reg) |
Read Hardware register. More... | |
void | hal_gdc_reg_write (uint32_t reg, uint32_t value) |
Write Hardware Register. More... | |