OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blSpiTxRxByte
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
bl.h
120
uint8_t
blSpiTxRxByte
(uint32_t val);
/device/google/contexthub/firmware/os/core/
bl.c
432
return
blSpiTxRxByte
(0);
437
blSpiTxRxByte
(val);
451
return
blSpiTxRxByte
(BL_SYNC_OUT) == BL_SYNC_IN;
464
uint8_t cmdNot =
blSpiTxRxByte
(BL_ACK);
/device/google/contexthub/firmware/os/platform/stm32/
bl.c
390
uint8_t
blSpiTxRxByte
(uint32_t val)
Completed in 75 milliseconds