Searched defs:speed (Results 1 – 8 of 8) sorted by relevance
/device/generic/car/emulator/usbpt/usbip-service/ |
D | UsbIpUtils.h | 13 int speed; member
|
D | UsbIpUtils.cpp | 42 uint32_t speed; member 149 int get_free_vhci_port(FILE *file, int speed) { in get_free_vhci_port()
|
/device/google/contexthub/firmware/os/platform/native/ |
D | i2c.c | 29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest()
|
/device/google/contexthub/firmware/os/inc/ |
D | spi.h | 50 SpiSpeed speed; member
|
/device/google/contexthub/firmware/os/core/ |
D | osApi.c | 341 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgIn() local 350 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgOut() local 361 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgAlt() local 387 uint32_t speed = va_arg(args, uint32_t); in osExpApiI2cMstReq() local
|
/device/generic/goldfish/hals/gnss/ |
D | GnssHwListener.cpp | 184 const double speed = speedKnots * 0.514444; in parseGPRMC() local
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 313 const uint32_t speed) in stmI2cSpeedSet() 791 static int i2cMasterReset(uint32_t busId, uint32_t speed) in i2cMasterReset() 834 int i2cMasterRequest(uint32_t busId, uint32_t speed) in i2cMasterRequest()
|
D | spi.c | 118 static inline struct Gpio *stmSpiGpioInit(uint32_t gpioNum, enum StmGpioSpeed speed, enum StmGpioAl… in stmSpiGpioInit()
|