Public Attributes | List of all members
ADV7533_LcdDrv_t Struct Reference

#include <adv7533.h>

Public Attributes

int32_t(* DeInit )(ADV7533_Object_t *)
 
int32_t(* DisplayOff )(ADV7533_Object_t *)
 
int32_t(* DisplayOn )(ADV7533_Object_t *)
 
int32_t(* DrawBitmap )(ADV7533_Object_t *, uint32_t, uint32_t, uint8_t *)
 
int32_t(* DrawHLine )(ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t)
 
int32_t(* DrawVLine )(ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t)
 
int32_t(* FillRect )(ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t)
 
int32_t(* FillRGBRect )(ADV7533_Object_t *, uint32_t, uint32_t, uint8_t *, uint32_t, uint32_t)
 
int32_t(* GetBrightness )(ADV7533_Object_t *, uint32_t *)
 
int32_t(* GetOrientation )(ADV7533_Object_t *, uint32_t *)
 
int32_t(* GetPixel )(ADV7533_Object_t *, uint32_t, uint32_t, uint32_t *)
 
int32_t(* GetXSize )(ADV7533_Object_t *, uint32_t *)
 
int32_t(* GetYSize )(ADV7533_Object_t *, uint32_t *)
 
int32_t(* Init )(ADV7533_Object_t *, uint32_t, uint32_t)
 
int32_t(* ReadID )(ADV7533_Object_t *, uint32_t *)
 
int32_t(* SetBrightness )(ADV7533_Object_t *, uint32_t)
 
int32_t(* SetCursor )(ADV7533_Object_t *, uint32_t, uint32_t)
 
int32_t(* SetOrientation )(ADV7533_Object_t *, uint32_t)
 
int32_t(* SetPixel )(ADV7533_Object_t *, uint32_t, uint32_t, uint32_t)
 

Detailed Description

Definition at line 96 of file adv7533.h.

Member Data Documentation

◆ DeInit

int32_t(* ADV7533_LcdDrv_t::DeInit) (ADV7533_Object_t *)

Definition at line 100 of file adv7533.h.

◆ DisplayOff

int32_t(* ADV7533_LcdDrv_t::DisplayOff) (ADV7533_Object_t *)

Definition at line 103 of file adv7533.h.

◆ DisplayOn

int32_t(* ADV7533_LcdDrv_t::DisplayOn) (ADV7533_Object_t *)

Definition at line 102 of file adv7533.h.

◆ DrawBitmap

int32_t( * ADV7533_LcdDrv_t::DrawBitmap) (ADV7533_Object_t *, uint32_t, uint32_t, uint8_t *)

Definition at line 111 of file adv7533.h.

◆ DrawHLine

int32_t( * ADV7533_LcdDrv_t::DrawHLine) (ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t)

Definition at line 113 of file adv7533.h.

◆ DrawVLine

int32_t( * ADV7533_LcdDrv_t::DrawVLine) (ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t)

Definition at line 114 of file adv7533.h.

◆ FillRect

int32_t( * ADV7533_LcdDrv_t::FillRect) (ADV7533_Object_t *, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t)

Definition at line 115 of file adv7533.h.

◆ FillRGBRect

int32_t(* ADV7533_LcdDrv_t::FillRGBRect) (ADV7533_Object_t *, uint32_t, uint32_t, uint8_t *, uint32_t, uint32_t)

Definition at line 112 of file adv7533.h.

◆ GetBrightness

int32_t(* ADV7533_LcdDrv_t::GetBrightness) (ADV7533_Object_t *, uint32_t *)

Definition at line 105 of file adv7533.h.

◆ GetOrientation

int32_t(* ADV7533_LcdDrv_t::GetOrientation) (ADV7533_Object_t *, uint32_t *)

Definition at line 107 of file adv7533.h.

◆ GetPixel

int32_t( * ADV7533_LcdDrv_t::GetPixel) (ADV7533_Object_t *, uint32_t, uint32_t, uint32_t *)

Definition at line 116 of file adv7533.h.

◆ GetXSize

int32_t( * ADV7533_LcdDrv_t::GetXSize) (ADV7533_Object_t *, uint32_t *)

Definition at line 118 of file adv7533.h.

◆ GetYSize

int32_t( * ADV7533_LcdDrv_t::GetYSize) (ADV7533_Object_t *, uint32_t *)

Definition at line 119 of file adv7533.h.

◆ Init

int32_t(* ADV7533_LcdDrv_t::Init) (ADV7533_Object_t *, uint32_t, uint32_t)

Definition at line 99 of file adv7533.h.

◆ ReadID

int32_t(* ADV7533_LcdDrv_t::ReadID) (ADV7533_Object_t *, uint32_t *)

Definition at line 101 of file adv7533.h.

◆ SetBrightness

int32_t(* ADV7533_LcdDrv_t::SetBrightness) (ADV7533_Object_t *, uint32_t)

Definition at line 104 of file adv7533.h.

◆ SetCursor

int32_t( * ADV7533_LcdDrv_t::SetCursor) (ADV7533_Object_t *, uint32_t, uint32_t)

Definition at line 110 of file adv7533.h.

◆ SetOrientation

int32_t(* ADV7533_LcdDrv_t::SetOrientation) (ADV7533_Object_t *, uint32_t)

Definition at line 106 of file adv7533.h.

◆ SetPixel

int32_t( * ADV7533_LcdDrv_t::SetPixel) (ADV7533_Object_t *, uint32_t, uint32_t, uint32_t)

Definition at line 117 of file adv7533.h.


The documentation for this struct was generated from the following file:


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:19