MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / panel_spi_transfer

Function panel_spi_transfer

core/panel.c:1325–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323}
1324
1325uint8_t panel_spi_transfer(uint32_t txData, uint32_t* rxData) {
1326 (void)rxData;
1327 (txData & 0x100 ? panel_write_param : panel_write_cmd)((uint8_t)txData);
1328 /* TODO: return different frame length after read commands */
1329 return 9;
1330}
1331
1332void panel_spi_deselect(void) {
1333}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected