Function SPI Set Max

From Uzebox Wiki
Jump to navigation Jump to search
Prototype

void SPI_Set_Max(void);

Description

Set SPI data rate to maximum speed (for example to interface SPI RAM).

Parameters

None

Returns

Void

Video Modes

All

Since

V.5.x.x bootloaders

Notes

Calling this function is not necessary for FS routines as they do it before returing (so you can interleave them with handling an SPI peripheral demanding max speed such as the SPI RAM).