Searched refs:FXOS8700_SPI_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance
23 uint8_t fxos8700_spiRead_CmdBuffer[FXOS8700_SPI_MAX_MSG_SIZE] = {0};24 uint8_t fxos8700_spiRead_DataBuffer[FXOS8700_SPI_MAX_MSG_SIZE] = {0};25 uint8_t fxos8700_spiWrite_CmdDataBuffer[FXOS8700_SPI_MAX_MSG_SIZE] = {0};
69 #define FXOS8700_SPI_MAX_MSG_SIZE (64) macro