libyggdrasil  v1.0.0
override_funcs.c File Reference

Function overriding for Midgard. More...

#include <yggdrasil.h>
#include <stm32f7xx_hal.h>
Include dependency graph for override_funcs.c:

Functions

void DSI_IO_WriteCmd (uint32_t NbrParams, uint8_t *pParams)
 DCS or Generic short/long write command. More...
 
int __io_putchar (int ch)
 

Variables

DSI_HandleTypeDef hdsi
 

Detailed Description

Function overriding for Midgard.

Author
Fabian Weber, Nikolaij Saegesser

Function Documentation

◆ __io_putchar()

int __io_putchar ( int  ch)

◆ DSI_IO_WriteCmd()

void DSI_IO_WriteCmd ( uint32_t  NbrParams,
uint8_t *  pParams 
)

DCS or Generic short/long write command.

Parameters
NbrParamsNumber of parameters. It indicates the write command mode: If inferior to 2, a long write command is performed else short.
pParamsPointer to parameter values table.
Return values
HALstatus

Variable Documentation

◆ hdsi

DSI_HandleTypeDef hdsi
extern