Home
last modified time | relevance | path

Searched refs:speed (Results 1 – 25 of 32) sorted by relevance

12

/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c313 const uint32_t speed) in stmI2cSpeedSet() argument
324 if (speed <= 100000) { in stmI2cSpeedSet()
325 ccr = apb1_clk / (speed * 2); in stmI2cSpeedSet()
331 } else if (speed <= 400000) { in stmI2cSpeedSet()
332 ccr_1 = apb1_clk / (speed * 3); in stmI2cSpeedSet()
333 if (ccr_1 == 0 || apb1_clk / (ccr_1 * 3) > speed) in stmI2cSpeedSet()
335 ccr_2 = apb1_clk / (speed * 25); in stmI2cSpeedSet()
336 if (ccr_2 == 0 || apb1_clk / (ccr_2 * 25) > speed) in stmI2cSpeedSet()
791 static int i2cMasterReset(uint32_t busId, uint32_t speed) in i2cMasterReset() argument
808 delay = 500000000UL/speed; in i2cMasterReset()
[all …]
Dspi.c118 static inline struct Gpio *stmSpiGpioInit(uint32_t gpioNum, enum StmGpioSpeed speed, enum StmGpioAl… in stmSpiGpioInit() argument
123 gpioConfigAlt(gpio, speed, GPIO_PULL_NONE, GPIO_OUT_PUSH_PULL, func); in stmSpiGpioInit()
178 if (!mode->speed) in stmSpiEnable()
182 div = pclk / mode->speed; in stmSpiEnable()
/device/google/contexthub/firmware/os/core/
DosApi.c341 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgIn() local
344 gpioConfigInput(gpio, speed, pullMode); in osExpApiGpioCfgIn()
350 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgOut() local
355 gpioConfigOutput(gpio, speed, pullMode, odrMode, value); in osExpApiGpioCfgOut()
361 int32_t speed = va_arg(args, int32_t); in osExpApiGpioCfgAlt() local
366 gpioConfigAlt(gpio, speed, pullMode, odrMode, altFunc); in osExpApiGpioCfgAlt()
387 uint32_t speed = va_arg(args, uint32_t); in osExpApiI2cMstReq() local
389 *retValP = i2cMasterRequest(busId, speed); in osExpApiI2cMstReq()
/device/google/cuttlefish/guest/hals/gps/
Dgps_thread.cpp57 if (r->fix.flags & GPS_LOCATION_HAS_SPEED) D(" - speed = %g", r->fix.speed); in reader_call_callback()
78 &r->fix.speed, &r->fix.accuracy); in reader_parse_message()
/device/google/contexthub/firmware/os/platform/native/
Di2c.c29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest() argument
/device/google/contexthub/firmware/os/inc/
Dspi.h50 SpiSpeed speed; member
/device/generic/goldfish/gnss/
Dgnss_hw_listener.cpp155 const double speed = speedKnots * 0.514444; in parseGPRMC() local
164 loc10.speedMetersPerSec = speed; in parseGPRMC()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
DREADME18 LPS22HB_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/os/drivers/st_hts221/
DREADME19 HTS221_I2C_SPEED /* specify I2C Bus speed in hz */
/device/linaro/hikey/wpan/uim/
Duim.h132 uint32_t speed; member
Duim.c372 cmd.speed = cust_baud_rate; in st_uart_config()
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/
DREADME18 ISL29034_I2C_SPEED /* specify I2C Bus speed in Hz */
/device/generic/car/tools/
Dcreate_avd_config.sh95 runtime.network.speed = full
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME21 ST_ACC44_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME24 ST_MAG40_I2C_SPEED /* specify I2C Bus speed in hz */
/device/google/contexthub/firmware/
DCodingStandard.txt51 and speed costs are substantial.
53 at compile time and will fail your build. This is intentional as the power and speed costs are
/device/sample/skins/WVGAMedDpi/
Dlayout435 speed full
/device/google/crosshatch/json-c/
DChangeLog64 * speed improvements to parsing 64-bit integers on systems with working sscanf
/device/google/bonito/json-c/
DChangeLog64 * speed improvements to parsing 64-bit integers on systems with working sscanf
/device/google/coral/json-c/
DChangeLog64 * speed improvements to parsing 64-bit integers on systems with working sscanf
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/
Dvideodev2.h2008 __s32 speed; member
/device/linaro/dragonboard/db845c/firmware/qca/
DNOTICE338 * collision rate. The FNV speed allows one to quickly hash lots
/device/google/bonito/sdm710/kernel-headers/linux/
Dvideodev2.h1086 __s32 speed; member
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dvideodev2.h1942 __s32 speed; member
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dvideodev2.h1086 __s32 speed; member

12