Home
last modified time | relevance | path

Searched refs:size_bw (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/sensor/chipset/accel/
H A Daccel_bmi270.c239 uint32_t size_bw = in_burst_write_size; //burst write size in byte in Bmi270LoadCfg() local
244 for (index = 0; index < cfg_size; index += size_bw) { in Bmi270LoadCfg()
247 size_bw = cfg_size - index; in Bmi270LoadCfg()
258 cfg_data_buffer + index, size_bw); in Bmi270LoadCfg()
/drivers/peripheral/sensor/chipset/gyro/
H A Dgyro_bmi270.c238 uint32_t size_bw = in_burst_write_size; //burst write size in byte in Bmi270LoadCfg() local
243 for (index = 0; index < cfg_size; index += size_bw) { in Bmi270LoadCfg()
246 size_bw = cfg_size - index; in Bmi270LoadCfg()
257 cfg_data_buffer + index, size_bw); in Bmi270LoadCfg()

Completed in 2 milliseconds