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

Function panel_spi_select

core/panel.c:1319–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1317}
1318
1319uint8_t panel_spi_select(uint32_t* rxData) {
1320 (void)rxData;
1321 /* The first transfer frame is always 9 bits */
1322 return 9;
1323}
1324
1325uint8_t panel_spi_transfer(uint32_t txData, uint32_t* rxData) {
1326 (void)rxData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected