Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ null_spi_transfer
Function
null_spi_transfer
core/spi.c:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
static uint8_t null_spi_transfer(uint32_t txData, uint32_t* rxData) {
23
(void)txData;
24
return null_spi_select(rxData);
25
}
26
27
static void null_spi_deselect(void) {
28
}
Callers
nothing calls this directly
Calls
1
null_spi_select
Function · 0.85
Tested by
no test coverage detected