Searched refs:blSpiTxRxByte (Results 1 – 3 of 3) sorted by relevance
432 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()
120 uint8_t blSpiTxRxByte(uint32_t val);
389 uint8_t blSpiTxRxByte(uint32_t val) in blSpiTxRxByte() function