Home
last modified time | relevance | path

Searched defs:speed (Results 1 – 7 of 7) sorted by relevance

/device/google/contexthub/firmware/src/
DosApi.c313 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgIn() local
322 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgOut() local
333 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgAlt() local
359 uint32_t speed = va_arg(args, uint32_t); in osExpApiI2cMstReq() local
/device/google/contexthub/firmware/src/platform/linux/
Di2c.c29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest()
/device/google/contexthub/firmware/inc/
Dspi.h50 SpiSpeed speed; member
/device/linaro/hikey/wpan/uim/
Duim.h129 uint32_t speed; member
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Di2c.c310 const uint32_t speed) in stmI2cSpeedSet()
770 int i2cMasterRequest(uint32_t busId, uint32_t speed) in i2cMasterRequest()
Dspi.c118 static inline struct Gpio *stmSpiGpioInit(uint32_t gpioNum, enum StmGpioSpeed speed, enum StmGpioAl… in stmSpiGpioInit()
/device/generic/goldfish/gps/
Dgps_qemu.c393 Token speed ) in nmea_reader_update_speed()