Home
last modified time | relevance | path

Searched refs:blSpiTxRxByte (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dbl.c432 return blSpiTxRxByte(0); in blLoaderRxByte()
437 blSpiTxRxByte(val); in blLoaderTxByte()
451 return blSpiTxRxByte(BL_SYNC_OUT) == BL_SYNC_IN; in blLoaderSendSyncOut()
464 uint8_t cmdNot = blSpiTxRxByte(BL_ACK); in blLoaderRxCmd()
/device/google/contexthub/firmware/os/inc/
Dbl.h120 uint8_t blSpiTxRxByte(uint32_t val);
/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c390 uint8_t blSpiTxRxByte(uint32_t val) in blSpiTxRxByte() function