Home
last modified time | relevance | path

Searched refs:DEV_SPI_WriteByte (Results 1 – 2 of 2) sorted by relevance

/bsp/raspberry-pico/RP2040/board/ports/lcd/
A Ddrv_lcd.c32 DEV_SPI_WriteByte(Reg); in LCD_SendCommand()
45 DEV_SPI_WriteByte(Data); in LCD_SendData_8Bit()
58 DEV_SPI_WriteByte((Data >> 8) & 0xFF); in LCD_SendData_16Bit()
59 DEV_SPI_WriteByte(Data & 0xFF); in LCD_SendData_16Bit()
331 void DEV_SPI_WriteByte(UBYTE Value) in DEV_SPI_WriteByte() function
A Ddrv_lcd.h52 void DEV_SPI_WriteByte(UBYTE Value);

Completed in 7 milliseconds