/device/google/contexthub/firmware/os/platform/stm32/ |
D | i2c.c | 313 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 …]
|
D | spi.c | 118 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/ |
D | osApi.c | 341 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/ |
D | gps_thread.cpp | 57 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/ |
D | i2c.c | 29 int i2cMasterRequest(I2cBus busId, I2cSpeed speed) in i2cMasterRequest() argument
|
/device/google/contexthub/firmware/os/inc/ |
D | spi.h | 50 SpiSpeed speed; member
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_listener.cpp | 155 const double speed = speedKnots * 0.514444; in parseGPRMC() local 164 loc10.speedMetersPerSec = speed; in parseGPRMC()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 18 LPS22HB_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 19 HTS221_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/linaro/hikey/wpan/uim/ |
D | uim.h | 132 uint32_t speed; member
|
D | uim.c | 372 cmd.speed = cust_baud_rate; in st_uart_config()
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 18 ISL29034_I2C_SPEED /* specify I2C Bus speed in Hz */
|
/device/generic/car/tools/ |
D | create_avd_config.sh | 95 runtime.network.speed = full
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 21 ST_ACC44_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 24 ST_MAG40_I2C_SPEED /* specify I2C Bus speed in hz */
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 51 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/ |
D | layout | 435 speed full
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 64 * speed improvements to parsing 64-bit integers on systems with working sscanf
|
/device/google/bonito/json-c/ |
D | ChangeLog | 64 * speed improvements to parsing 64-bit integers on systems with working sscanf
|
/device/google/coral/json-c/ |
D | ChangeLog | 64 * speed improvements to parsing 64-bit integers on systems with working sscanf
|
/device/google/coral-kernel/sm8150/original-kernel-headers/linux/ |
D | videodev2.h | 2008 __s32 speed; member
|
/device/linaro/dragonboard/db845c/firmware/qca/ |
D | NOTICE | 338 * collision rate. The FNV speed allows one to quickly hash lots
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 1086 __s32 speed; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 1942 __s32 speed; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 1086 __s32 speed; member
|