Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/drivers/bosch_bmi160/
Dbosch_bmi160.c50 #define ERROR_PRINT(fmt, ...) do { \ macro
643 ERROR_PRINT("SPI in use, cannot queue write\n"); in spiQueueWrite()
662 ERROR_PRINT("SPI in use, cannot queue read %d %d\n", (int)addr, (int)size); in spiQueueRead()
681 ERROR_PRINT("NO enough SPI buffer space, dropping transaction.\n"); in spiBatchTxRx()
685 ERROR_PRINT("spiBatchTxRx too many packets!\n"); in spiBatchTxRx()
698 ERROR_PRINT("spiMasterRxTx failed!\n"); in spiBatchTxRx()
1322 ERROR_PRINT("invalid acc rate\n"); in accSetRate()
1381 ERROR_PRINT("invalid gyr rate\n"); in gyrSetRate()
1445 ERROR_PRINT("invalid mag rate\n"); in magSetRate()
1729 ERROR_PRINT("slabAllocatorAlloc() failed\n"); in allocateDataEvt()
[all …]
/device/google/contexthub/firmware/src/
Dspi.c30 #define ERROR_PRINT(fmt, ...) do { \ macro
122 ERROR_PRINT("Cannot do delayed spi, timer depleted\n"); in spiMasterRxTxDone()