HomeSort by relevance Sort by last modified time
    Searched defs:SPI (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.h 42 #define SPI BIT(23)
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 96 static struct StmSpi *SPI;
384 (void)SPI->DR;
385 while (!(SPI->SR & 1));
386 (void)SPI->DR;
391 while (!(SPI->SR & 2));
392 SPI->DR = val;
393 while (!(SPI->SR & 1));
394 return SPI->DR;
413 SPI = (struct StmSpi*)SPI1_BASE;
430 //configure GPIOA for SPI A4..A7 for AF_SPI1 use (function 5), int pin as not func, high speed, no pullups, not open drain, (…)
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]

Completed in 159 milliseconds