Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/native/
Di2c.c29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest()
/device/google/contexthub/firmware/os/inc/
Dspi.h50 SpiSpeed speed; member
/device/google/contexthub/firmware/os/core/
DosApi.c333 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgIn() local
342 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgOut() local
353 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgAlt() local
379 uint32_t speed = va_arg(args, uint32_t); in osExpApiI2cMstReq() local
/device/linaro/hikey/wpan/uim/
Duim.h132 uint32_t speed; member
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c311 const uint32_t speed) in stmI2cSpeedSet()
778 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/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dmeminit.c501 …uint8_t speed = mrc_params->ddr_speed & (BIT1|BIT0); // For DDR3 --> 0 == 800, 1 == 1066, 2 == 1333 in ddrphy_init() local
/device/generic/goldfish/gps/
Dgps_qemu.c400 Token speed ) in nmea_reader_update_speed()