Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/sensors/
Dfxos8700_drv.c23 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};
Dfxos8700_drv.h69 #define FXOS8700_SPI_MAX_MSG_SIZE (64) macro