Home
last modified time | relevance | path

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

/device/google/contexthub/util/stm32_flash/
Dspi.c154 uint32_t tmp32; in spi_init() local
171 tmp32 = 8000000; in spi_init()
172 if (ioctl(spi_handle->fd, SPI_IOC_WR_MAX_SPEED_HZ, &tmp32) < 0) { in spi_init()